aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PreprocessorLexer.cpp
AgeCommit message (Expand)Author
2009-01-29move library-specific diagnostic headers into library private dirs. ReduceChris Lattner
2009-01-27Split the single monolithic DiagnosticKinds.def file into oneChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-16Change some terminology in SourceLocation: instead of referring to Chris Lattner
2008-11-22remove a sneaky version of Diag hiding in PreprocessorLexer.Chris Lattner
2008-11-22Change the Lexer::Diag method to not magically silence warnings,Chris Lattner
2008-11-20- Default initialize ParsingPreprocessorDirective, ParsingFilename, andTed Kremenek
2008-11-19- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek
2008-11-18Remove the last of the old-style Preprocessor::Diag methods.Chris Lattner
2008-11-12Move some diagnostic handling to PreprocessorLexer.Ted Kremenek
2008-11-12Add virtual dtor to PreprocessorLexer.Ted Kremenek
2008-11-12Move LexIncludeFilename from Lexer to PreprocessorLexer.Ted Kremenek