aboutsummaryrefslogtreecommitdiff
path: root/clang/test/PCH/variables.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose1-6/+6
2011-07-07Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis1-5/+29
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-3/+3
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-2/+2
2009-04-22Eliminate a FIXME in one of the PCH test casesDouglas Gregor1-2/+2
2009-04-18make sure to verify that the "non pch" runs worked.Chris Lattner1-1/+1
2009-04-14PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor1-1/+2
2009-04-13PCH support for record decls/types and their fields. Now that we canDouglas Gregor1-3/+3
2009-04-13Include the SourceManager's line table in the PCH file. We can nowDouglas Gregor1-1/+1
2009-04-13implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310Chris Lattner1-1/+5
2009-04-11now that we have an identifier table in the PCH file, finish hooking upChris Lattner1-0/+1
2009-04-11test this in non-pch mode as well as in pch mode.Chris Lattner1-0/+4
2009-04-10do a dance with predefines, and finally enable reading of macros fromChris Lattner1-0/+3
2009-04-10Various minor fixes to PCH reading and writing, with generalDouglas Gregor1-2/+2
2009-04-10PCH serialization/deserialization of the source manager. With thisDouglas Gregor1-0/+4
2009-04-09Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor1-0/+6