Age | Commit message (Expand) | Author |
2012-03-05 | [preprocessor] Enhance PreprocessingRecord to keep track of locations of cond... | Argyrios Kyrtzidis |
2012-02-25 | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis |
2012-01-17 | Remove 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-12 | Handle the case where preprocessor entities are not received in order, | Argyrios Kyrtzidis |
2011-09-22 | Do manual binary search for preprocessing entities because their end locations | Argyrios Kyrtzidis |
2011-09-21 | More MSVC9 unbreaking. | Benjamin Kramer |
2011-09-20 | [libclang] When pointing at a macro expansion inside a macro argument, | Argyrios Kyrtzidis |
2011-09-20 | The location of the name in MacroDefinition is the beginning of its range, | Argyrios Kyrtzidis |
2011-09-19 | Fix gcc build. | Argyrios Kyrtzidis |
2011-09-19 | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis |
2011-09-19 | Introduce 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" cursor | Argyrios Kyrtzidis |
2011-08-18 | For the MacroExpands preprocessor callback, also pass the SourceRange | Argyrios Kyrtzidis |
2011-07-27 | Change PreprocessingRecord::getTotalMemory() to use llvm::capacity_in_bytes(). | Ted Kremenek |
2011-07-26 | Report more memory using in Preprocessor::getTotalMemory() and PreprocessingR... | Ted Kremenek |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-21 | Rework the detailed preprocessing record to separate preprocessing | Douglas Gregor |
2011-07-14 | Move the rest of the preprocessor terminology from 'instantiate' and | Chandler Carruth |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-04-26 | To be able to replay compilations we need to accurately remodel how | Manuel Klimek |
2011-03-16 | Add a 'RawPath' parameter to the PPCallbacks interface. This allows | Chandler Carruth |
2010-11-19 | Several PPCallbacks take an SourceLocation + IdentifierInfo, rather | Craig Silverstein |
2010-11-01 | Plug a leak in the preprocessing record's handling of inclusion | Douglas Gregor |
2010-10-20 | Extend the preprocessing record and libclang with support for | Douglas Gregor |
2010-08-07 | Push location through the MacroUndefined PPCallback and use it to print #unde... | Benjamin Kramer |
2010-03-19 | Robustify PreprocessingRecord slightly, by only creating macro | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-19 | Make the preprocessing record a PPCallbacks subclass itself, | Douglas Gregor |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-03-18 | Explicitly link macro instantiations to macro definitions in the | Douglas Gregor |
2010-03-18 | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor |