summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/PreprocessorLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-0/+6
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-3/+3
* Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar2012-11-131-11/+1
* [preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis2012-11-131-1/+11
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-2/+2
* Documentation cleanup:James Dennett2012-06-201-25/+28
* More doxygen/documentation cleanups.James Dennett2012-06-131-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Boost the efficiency of SourceManager::getMacroArgExpandedLocation.Argyrios Kyrtzidis2011-08-211-4/+10
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-2/+2
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Rename tok::eom to tok::eod.Peter Collingbourne2011-02-281-2/+2
* Add iteration over the preprocessor conditional stack to PreprocessorLexerDouglas Gregor2010-10-181-0/+12
* Fix FileEntry declaration.Daniel Dunbar2010-03-301-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-28/+28
* Remove tab characters.Mike Stump2009-09-091-1/+1
* Avoid malloc thrashing on the std::vector for ConditionalStack. BecauseChris Lattner2009-01-181-2/+2
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-8/+14
* PreprocessorLexer (and subclasses):Ted Kremenek2008-12-101-0/+4
* Add setter method PreprocessorLexer::setParsingPreprocessorDirective(). This...Ted Kremenek2008-11-261-1/+7
* remove a sneaky version of Diag hiding in PreprocessorLexer.Chris Lattner2008-11-221-5/+0
* Change the Lexer::Diag method to not magically silence warnings,Chris Lattner2008-11-221-0/+7
* - Default initialize ParsingPreprocessorDirective, ParsingFilename, andTed Kremenek2008-11-201-1/+6
* - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek2008-11-191-1/+13
* Move some diagnostic handling to PreprocessorLexer.Ted Kremenek2008-11-121-4/+12
* Add virtual dtor to PreprocessorLexer.Ted Kremenek2008-11-121-0/+1
* Add LexIncludeFilename.Ted Kremenek2008-11-121-1/+11
* Move pieces of Lexer that the Preprocessor mutates to a new base class 'Prepr...Ted Kremenek2008-11-121-0/+107