aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/PreprocessorLexer.h
AgeCommit message (Expand)Author
2012-11-13Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar
2012-11-13[preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-06-20Documentation cleanup:James Dennett
2012-06-13More doxygen/documentation cleanups.James Dennett
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-08-21Boost the efficiency of SourceManager::getMacroArgExpandedLocation.Argyrios Kyrtzidis
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-04-23Remove unused STL header includes.Jay Foad
2011-02-28Rename tok::eom to tok::eod.Peter Collingbourne
2010-10-18Add iteration over the preprocessor conditional stack to PreprocessorLexerDouglas Gregor
2010-03-30Fix FileEntry declaration.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-09Remove tab characters.Mike Stump
2009-01-18Avoid malloc thrashing on the std::vector for ConditionalStack. BecauseChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2008-12-10PreprocessorLexer (and subclasses):Ted Kremenek
2008-11-26Add setter method PreprocessorLexer::setParsingPreprocessorDirective(). This...Ted Kremenek
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-12Move some diagnostic handling to PreprocessorLexer.Ted Kremenek
2008-11-12Add virtual dtor to PreprocessorLexer.Ted Kremenek
2008-11-12Add LexIncludeFilename.Ted Kremenek
2008-11-12Move pieces of Lexer that the Preprocessor mutates to a new base class 'Prepr...Ted Kremenek