aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/MacroExpander.h
AgeCommit message (Expand)Author
2008-03-09Rename MacroExpander.cpp/h -> TokenLexer.cpp/hChris Lattner
2008-03-09rename the MacroExpander class to TokenLexer. It handles bothChris Lattner
2008-03-09rename MacroTokens -> Tokens. When this is a token stream, there is no macroChris Lattner
2008-02-07Implement support for the extremely atrocious MS /##/ extension, Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-07improve layering:Chris Lattner
2007-07-22Fix a really subtle bug in the macro expander caching code, whereChris Lattner
2007-07-20At one point there were going to be lexer and parser tokens.Chris Lattner
2007-07-15Cache macro expander objects to avoid thrashing malloc in heavy expansion sit...Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer