Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch PPCallbacks to take the new MacroDefinition instead of ↵ | Richard Smith | 2015-05-04 | 1 | -2/+2 |
| | | | | | | MacroDirective*, in order to preserve full information on module macro expansion. llvm-svn: 236404 | ||||
* | Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ↵ | John Thompson | 2013-12-07 | 1 | -2/+2 |
| | | | | | | 3-state enum. llvm-svn: 196648 | ||||
* | Add condition expression result to if and elif callbacks. | John Thompson | 2013-07-18 | 1 | -1/+3 |
| | | | | llvm-svn: 186547 | ||||
* | [preprocessor] Use MacroDirective in the preprocessor callbacks to make ↵ | Argyrios Kyrtzidis | 2013-02-24 | 1 | -2/+2 |
| | | | | | | | | available the full information about the macro (e.g if it was imported and where). llvm-svn: 175978 | ||||
* | [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 |