summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex/PreprocessingRecordTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-145/+0
| | | | | | | | | PreprocessingRecord and into its own class, PPConditionalDirectiveRecord. Decoupling allows a client to use the functionality of PPConditionalDirectiveRecord without needing a PreprocessingRecord. llvm-svn: 169229
* Fix unit tests for ModuleLoader change in r168961.Douglas Gregor2012-11-301-4/+5
| | | | llvm-svn: 168962
* clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi2012-11-161-1/+1
| | | | llvm-svn: 168137
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-241-2/+2
| | | | llvm-svn: 166599
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-241-1/+3
| | | | llvm-svn: 166584
* One last unit-test fixDouglas Gregor2012-10-231-1/+2
| | | | llvm-svn: 166513
* Fix the handling of target options in our unit tests.Douglas Gregor2012-10-171-4/+6
| | | | llvm-svn: 166079
* [preprocessor] Enhance PreprocessingRecord to keep track of locations of ↵Argyrios Kyrtzidis2012-03-051-0/+139
conditional directives. Introduce PreprocessingRecord::rangeIntersectsConditionalDirective() which returns true if a given range intersects with a conditional directive block. llvm-svn: 152018
OpenPOWER on IntegriCloud