| Age | Commit message (Expand) | Author |
| 2013-05-03 | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis |
| 2013-04-17 | Implemented #pragma GCC warning/error in the same mould as #pragma message. | Andy Gibbs |
| 2013-04-16 | Parser support for #pragma clang __debug captured | Tareq A. Siraj |
| 2013-02-24 | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis |
| 2012-12-08 | [Preprocessor] Enhance Ifdef/Ifndef/Defined preprocessor callbacks to also pass | Argyrios Kyrtzidis |
| 2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
| 2012-09-29 | For PPCallbacks::InclusionDirective() add a parameter for the module, whenever | Argyrios Kyrtzidis |
| 2012-09-27 | Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-... | Argyrios Kyrtzidis |
| 2012-06-22 | Documentation cleanup: | James Dennett |
| 2012-06-22 | Documentation cleanup: | James Dennett |
| 2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
| 2012-03-06 | Add some doxygen comments. | Argyrios Kyrtzidis |
| 2012-03-05 | [preprocessor] Enhance the preprocessor callbacks: | Argyrios Kyrtzidis |
| 2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
| 2012-02-04 | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer |
| 2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
| 2011-11-20 | Allow preprocessor callbacks to recover from a "file not found" error, | Douglas Gregor |
| 2011-10-14 | Add a preprocessor callback that is invoked every time the 'defined' | Douglas Gregor |
| 2011-10-11 | For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. | Argyrios Kyrtzidis |
| 2011-09-27 | Introduce a callback to PPCallbacks for lines skipped by the preprocessor. | Argyrios Kyrtzidis |
| 2011-08-18 | For the MacroExpands preprocessor callback, also pass the SourceRange | Argyrios Kyrtzidis |
| 2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
| 2011-06-22 | Copy diagnostic pragmas to the preprocessed output, from Richard Osborne! | 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 |
| 2011-02-16 | Teach PPChainedCallbacks to forward the InclusionDirective() callback. | Douglas Gregor |
| 2010-11-19 | Several PPCallbacks take an SourceLocation + IdentifierInfo, rather | Craig Silverstein |
| 2010-11-08 | 1) Fix a typo in PPCallbacks: It's elif, not elfif. :-) This is | Craig Silverstein |
| 2010-11-06 | Add PPCallbacks for #if/#ifdef/etc. | Craig Silverstein |
| 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-06-26 | Implement support for #pragma message, patch by Michael Spencer! | Chris Lattner |
| 2010-04-19 | add a PPCallback handler for a skipped #include, patch by | Chris Lattner |
| 2010-03-23 | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar |
| 2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
| 2009-05-14 | Add forward declaration of Token. Thanks to Martin Doucha for pointing this out | Douglas Gregor |
| 2009-05-03 | PR4063, with feeling: Chain PP callbacks by default. | Daniel Dunbar |
| 2009-04-21 | add a preprocessor callback function for #undef, patch by | Chris Lattner |
| 2009-04-12 | add a ppcallback hook for macro definitions. | Chris Lattner |
| 2009-03-12 | add a callback for macro expansion, based on a patch by Paolo Bolzoni! | Chris Lattner |
| 2009-01-16 | Improve #pragma comment support by building the string argument and | Chris Lattner |
| 2008-10-27 | Rename Characteristic_t to CharacteristicKind | Chris Lattner |
| 2008-09-26 | clean up a bunch of fixme's I added, by moving | Chris Lattner |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |