aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Pragma.cpp
AgeCommit message (Expand)Author
2009-01-16Improve #pragma comment support by building the string argument andChris Lattner
2009-01-16Implement basic support for parsing #pragma comment, a microsoft extensionChris Lattner
2008-11-20Just use the SourceLocation of SysHeaderTok when doing a callback to emit #lineTed Kremenek
2008-11-19Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is a...Ted Kremenek
2008-11-19When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().Ted Kremenek
2008-11-18remove one more Preprocessor::Diag method.Chris Lattner
2008-11-18Convert the lexer and start converting the PP over to using canonical Diag me...Chris Lattner
2008-11-18Replace more uses of 'CurLexer->' with 'CurPPLexer->'. No performance change.Ted Kremenek
2008-10-04Add Preprocessor::RemovePragmaHandler.Daniel Dunbar
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner
2008-08-11More #include cleaningDaniel Dunbar
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner