commit | d9478f860586f5b390a868fedb8bfc1d0ae2c16c | [log] [tgz] |
---|---|---|
author | Leny Kholodov <lkholodov@accesssoftek.com> | Tue Sep 06 10:46:28 2016 +0000 |
committer | Leny Kholodov <lkholodov@accesssoftek.com> | Tue Sep 06 10:46:28 2016 +0000 |
tree | f8a511aa8cea9c7080d37a1ba6060ad7f1e45678 | |
parent | 4b1b5a450d676b7fa65cfd013ef4243226aa7481 [diff] |
DebugInfo: use strongly typed enum for debug info flags Use ADT/BitmaskEnum for DINode::DIFlags for the following purposes: Get rid of unsigned int for flags to avoid problems on platforms with sizeof(int) < 4 Flags are now strongly typed Patch by: Victor Leschuk <vleschuk@gmail.com> Differential Revision: https://reviews.llvm.org/D23766 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280700 91177308-0d34-0410-b5e6-96231b3b80d8