summaryrefslogtreecommitdiffstats
path: root/test/PCH/variables.c
Commit message (Expand)AuthorAgeFilesLines
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-111-6/+6
* Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis2011-07-071-5/+29
* 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
* Eliminate a FIXME in one of the PCH test casesDouglas Gregor2009-04-221-2/+2
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-1/+2
* PCH support for record decls/types and their fields. Now that we canDouglas Gregor2009-04-131-3/+3
* Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor2009-04-131-1/+1
* implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310Chris Lattner2009-04-131-1/+5
* now that we have an identifier table in the PCH file, finish hooking upChris Lattner2009-04-111-0/+1
* test this in non-pch mode as well as in pch mode.Chris Lattner2009-04-111-0/+4
* do a dance with predefines, and finally enable reading of macros fromChris Lattner2009-04-101-0/+3
* Various minor fixes to PCH reading and writing, with generalDouglas Gregor2009-04-101-2/+2
* PCH serialization/deserialization of the source manager. With thisDouglas Gregor2009-04-101-0/+4
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-091-0/+6