aboutsummaryrefslogtreecommitdiff
path: root/Lex/Pragma.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19Add support for #pragma mark, which shouldn't warn about bogus tokens.Chris Lattner
2007-10-09Switch lexer/pp over to new Token::is/isNot apiChris Lattner
2007-10-07change calls to getMacroInfo into hasMacroDefinition() where possible.Chris Lattner
2007-07-23refactor the interface to Preprocessor::GetIncludeFilenameSpelling,Chris Lattner
2007-07-20At one point there were going to be lexer and parser tokens.Chris Lattner
2007-07-20simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buff...Chris Lattner
2007-07-20Reimplement SourceLocation. Instead of having a Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer