summaryrefslogtreecommitdiffstats
path: root/lib/Lex/PreprocessorLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Preprocessor::Lex non-recursive.Eli Friedman2013-09-191-1/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar2012-11-131-1/+1
* [preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis2012-11-131-1/+1
* Documentation cleanup: Use \brief for summaries, and escape # characters.James Dennett2012-06-171-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Boost the efficiency of SourceManager::getMacroArgExpandedLocation.Argyrios Kyrtzidis2011-08-211-0/+8
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-281-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-8/+6
* Change some terminology in SourceLocation: instead of referring to Chris Lattner2009-01-161-1/+1
* remove a sneaky version of Diag hiding in PreprocessorLexer.Chris Lattner2008-11-221-7/+1
* Change the Lexer::Diag method to not magically silence warnings,Chris Lattner2008-11-221-2/+0
* - Default initialize ParsingPreprocessorDirective, ParsingFilename, andTed Kremenek2008-11-201-1/+4
* - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek2008-11-191-0/+3
* Remove the last of the old-style Preprocessor::Diag methods.Chris Lattner2008-11-181-1/+1
* Move some diagnostic handling to PreprocessorLexer.Ted Kremenek2008-11-121-0/+7
* Add virtual dtor to PreprocessorLexer.Ted Kremenek2008-11-121-0/+2
* Move LexIncludeFilename from Lexer to PreprocessorLexer.Ted Kremenek2008-11-121-0/+40