aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/PPCallbacks.h
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-14Add forward declaration of Token. Thanks to Martin Doucha for pointing this outDouglas Gregor
2009-05-03PR4063, with feeling: Chain PP callbacks by default.Daniel Dunbar
2009-04-21add a preprocessor callback function for #undef, patch byChris Lattner
2009-04-12add a ppcallback hook for macro definitions.Chris Lattner
2009-03-12add a callback for macro expansion, based on a patch by Paolo Bolzoni!Chris Lattner
2009-01-16Improve #pragma comment support by building the string argument andChris Lattner
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer