aboutsummaryrefslogtreecommitdiff
path: root/unittests/Lex/PreprocessingRecordTest.cpp
AgeCommit message (Expand)Author
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis
2012-11-30Fix unit tests for ModuleLoader change in r168961.Douglas Gregor
2012-11-16clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi
2012-10-24Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor
2012-10-24Update unit tests for HeaderSearch changeDouglas Gregor
2012-10-23One last unit-test fixDouglas Gregor
2012-10-17Fix the handling of target options in our unit tests.Douglas Gregor
2012-03-05[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis