summaryrefslogtreecommitdiffstats
path: root/test/PCH/va_arg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a problem with the RUN line of one of the PCH testsDouglas Gregor2009-04-271-1/+1
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
* Store the type ID for __builtin_va_list in the PCH file, so that theDouglas Gregor2009-04-181-3/+2
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-3/+4
* PCH tests for va_arg expressions. Verified that the blocks test does create a...Douglas Gregor2009-04-171-0/+12