summaryrefslogtreecommitdiffstats
path: root/test/PCH/va_arg.c
Commit message (Expand)AuthorAgeFilesLines
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+6
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-0/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+0
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-0/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+1
* 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