summaryrefslogtreecommitdiffstats
path: root/test/PCH/enum.c
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
* PCH support for record decls/types and their fields. Now that we canDouglas Gregor2009-04-131-3/+3
* Add PCH support for enumerations and enumerators.Douglas Gregor2009-04-131-0/+15