Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass | Argyrios Kyrtzidis | 2012-12-08 | 1 | -2/+4 |
| | | | | | | a MacroInfo object if the identifier was a macro name. llvm-svn: 169665 | ||||
* | Refactor recording the preprocessor conditional directive regions out of | Argyrios Kyrtzidis | 2012-12-04 | 1 | -0/+118 |
PreprocessingRecord and into its own class, PPConditionalDirectiveRecord. Decoupling allows a client to use the functionality of PPConditionalDirectiveRecord without needing a PreprocessingRecord. llvm-svn: 169229 |