aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PreprocessingRecord.cpp
AgeCommit message (Expand)Author
2013-01-16[preprocessor] Call the MacroUndefined callback even when the macro was not d...Argyrios Kyrtzidis
2013-01-09[PreprocessingRecord] A macro expansion can be reported out-of-order in cases...Argyrios Kyrtzidis
2012-12-08[libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndefArgyrios Kyrtzidis
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-04Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis
2012-12-04In the PreprocessingRecord, to identify the different conditional directive r...Argyrios Kyrtzidis
2012-10-05[preprocessing record] Have PPEntityID be independent of the size of theArgyrios Kyrtzidis
2012-10-02Add info in the preprocessing record whether an inclusion directiveArgyrios Kyrtzidis
2012-09-29For PPCallbacks::InclusionDirective() add a parameter for the module, wheneverArgyrios Kyrtzidis
2012-09-27Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...Argyrios Kyrtzidis
2012-06-22Documentation cleanup:James Dennett
2012-03-27[preprocessor] Handle correctly inclusion directives that have macro expansio...Argyrios Kyrtzidis
2012-03-24Simplify some users of DenseMap::erase.Benjamin Kramer
2012-03-05[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis
2012-02-25Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
2011-10-25[PCH] When visiting preprocessed entities, make it possible to avoid deserial...Argyrios Kyrtzidis
2011-10-12Handle the case where preprocessor entities are not received in order,Argyrios Kyrtzidis
2011-09-22Do manual binary search for preprocessing entities because their end locationsArgyrios Kyrtzidis
2011-09-21More MSVC9 unbreaking.Benjamin Kramer
2011-09-20[libclang] When pointing at a macro expansion inside a macro argument,Argyrios Kyrtzidis
2011-09-20The location of the name in MacroDefinition is the beginning of its range,Argyrios Kyrtzidis
2011-09-19Fix gcc build.Argyrios Kyrtzidis
2011-09-19Introduce local_begin()/local_end() methods in PreprocessingRecord whichArgyrios Kyrtzidis
2011-09-19Introduce PreprocessingRecord::getPreprocessedEntitiesInRange()Argyrios Kyrtzidis
2011-09-15[PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis
2011-09-08[libclang] Fix annotation and getting a "macro expansion" cursorArgyrios Kyrtzidis
2011-08-18For the MacroExpands preprocessor callback, also pass the SourceRangeArgyrios Kyrtzidis
2011-07-27Change PreprocessingRecord::getTotalMemory() to use llvm::capacity_in_bytes().Ted Kremenek
2011-07-26Report more memory using in Preprocessor::getTotalMemory() and PreprocessingR...Ted Kremenek
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-21Rework the detailed preprocessing record to separate preprocessingDouglas Gregor
2011-07-14Move the rest of the preprocessor terminology from 'instantiate' andChandler Carruth
2011-05-06Introduce a new libclang parsing flag,Douglas Gregor
2011-04-26To be able to replay compilations we need to accurately remodel howManuel Klimek
2011-03-16Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth
2010-11-19Several PPCallbacks take an SourceLocation + IdentifierInfo, ratherCraig Silverstein
2010-11-01Plug a leak in the preprocessing record's handling of inclusionDouglas Gregor
2010-10-20Extend the preprocessing record and libclang with support forDouglas Gregor
2010-08-07Push location through the MacroUndefined PPCallback and use it to print #unde...Benjamin Kramer
2010-03-19Robustify PreprocessingRecord slightly, by only creating macroDouglas Gregor
2010-03-19Implement serialization and lazy deserialization of the preprocessingDouglas Gregor
2010-03-19Make the preprocessing record a PPCallbacks subclass itself,Douglas Gregor
2010-03-19Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor
2010-03-18Explicitly link macro instantiations to macro definitions in theDouglas Gregor
2010-03-18Introduce the notion of a "preprocessing record", which keeps track ofDouglas Gregor