forked from OSchip/llvm-project
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 llvm-svn: 280700 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| LLLexer.cpp | ||
| LLLexer.h | ||
| LLParser.cpp | ||
| LLParser.h | ||
| LLToken.h | ||
| LLVMBuild.txt | ||
| Parser.cpp | ||