Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -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 Gregor | 2012-11-30 | 1 | -4/+5 |
| | | | | llvm-svn: 168962 | ||||
* | clang/unittests: Fixup corresponding to Doug's r168136. | NAKAMURA Takumi | 2012-11-16 | 1 | -1/+1 |
| | | | | llvm-svn: 168137 | ||||
* | Teach the preprocessor to hold onto the preprocessor options. | Douglas Gregor | 2012-10-24 | 1 | -2/+2 |
| | | | | llvm-svn: 166599 | ||||
* | Update unit tests for HeaderSearch change | Douglas Gregor | 2012-10-24 | 1 | -1/+3 |
| | | | | llvm-svn: 166584 | ||||
* | One last unit-test fix | Douglas Gregor | 2012-10-23 | 1 | -1/+2 |
| | | | | llvm-svn: 166513 | ||||
* | Fix the handling of target options in our unit tests. | Douglas Gregor | 2012-10-17 | 1 | -4/+6 |
| | | | | llvm-svn: 166079 | ||||
* | [preprocessor] Enhance PreprocessingRecord to keep track of locations of ↵ | Argyrios Kyrtzidis | 2012-03-05 | 1 | -0/+139 |
conditional directives. Introduce PreprocessingRecord::rangeIntersectsConditionalDirective() which returns true if a given range intersects with a conditional directive block. llvm-svn: 152018 |