summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-enum-class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify/generalize some debug info test casesDavid Blaikie2013-03-191-4/+4
| | | | | | | | | Mostly, try to depend on the annotation comments more so these tests are more legible, brief, and agnostic to schema changes in the future (sure, they're not agnostic to changes to the comment annotations but since they're easier to read they should be easier to update if that happens). llvm-svn: 177457
* Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie2013-02-021-4/+4
| | | | | | | | | | | | | | | This addresses several (not all) debug info tests that use explicit metadata numbers. Wherever the same number appeared more than once in a test I used a named match to ensure the same number appeared in all those cases (this may still be overly constraining test cases as they may not have actually cared about that relationship). For one-off numbers I just replaced them with an unnamed regex. This may underconstrain poorly written test cases that were interested in checking that certain metadata nodes were related but didn't actually match on all the related nodes numbers. llvm-svn: 174247
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-1/+15
| | | | | | PR14029, clang part. llvm-svn: 165289
* Support C++11 enum forward declarations.Eric Christopher2012-06-011-0/+3
| | | | | | Part of rdar://11570854 llvm-svn: 157787
* Emit C++11 enum class information if it exists.Eric Christopher2012-05-231-0/+12
Part of rdar://11496790 llvm-svn: 157304
OpenPOWER on IntegriCloud