summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPConditionalDirectiveRecord.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also passArgyrios Kyrtzidis2012-12-081-2/+4
| | | | | | a MacroInfo object if the identifier was a macro name. llvm-svn: 169665
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-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
OpenPOWER on IntegriCloud