| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cleanup and relax test cases | Adrian Prantl | 2013-04-19 | 1 | -2/+1 |
| | | | | | llvm-svn: 179896 | ||||
| * | Emit the underlying type in the debug info for all kinds of fixed enums | Adrian Prantl | 2013-04-19 | 1 | -1/+10 |
| | | | | | | | | | instead of only C++11-scoped-with-class-tag enums. rdar://problem/13463793 llvm-svn: 179879 | ||||
| * | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
| * | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -0/+9 |
| Type::isUnsignedIntegerOrEnumerationType(), which are like Type::isSignedIntegerType() and Type::isUnsignedIntegerType() but also consider the underlying type of a C++0x scoped enumeration type. Audited all callers to the existing functions, switching those that need to also handle scoped enumeration types (e.g., those that deal with constant values) over to the new functions. Fixes PR9923 / <rdar://problem/9447851>. llvm-svn: 131735 | |||||

