summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PreprocessingRecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Several PPCallbacks take an SourceLocation + IdentifierInfo, ratherCraig Silverstein2010-11-191-4/+5
* Plug a leak in the preprocessing record's handling of inclusionDouglas Gregor2010-11-011-2/+18
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-0/+37
* Push location through the MacroUndefined PPCallback and use it to print #unde...Benjamin Kramer2010-08-071-1/+2
* Robustify PreprocessingRecord slightly, by only creating macroDouglas Gregor2010-03-191-3/+12
* Implement serialization and lazy deserialization of the preprocessingDouglas Gregor2010-03-191-0/+72
* Make the preprocessing record a PPCallbacks subclass itself,Douglas Gregor2010-03-191-0/+24
* Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor2010-03-191-16/+0
* Explicitly link macro instantiations to macro definitions in theDouglas Gregor2010-03-181-3/+5
* Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor2010-03-181-0/+37
OpenPOWER on IntegriCloud