summaryrefslogtreecommitdiffstats
path: root/test/PCH/external-defs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-7/+7
* Clean up and de-XFAIL-ify PCH test for external definitionsDouglas Gregor2009-04-221-4/+0
* Defer generation of tentative definitions.Daniel Dunbar2009-04-151-0/+2
* Add PCH support for PredefinedExpr and FloatingLiteral expressionsDouglas Gregor2009-04-141-0/+1
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-2/+1
* When building a PCH file, don't perform end-of-translation-unitDouglas Gregor2009-04-141-3/+16
* When writing a PCH file, keep track of all of the non-static,Douglas Gregor2009-04-141-0/+8