summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Lexer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* actually, this version isn't really needed.Chris Lattner2008-11-221-6/+2
* remove a sneaky version of Diag hiding in PreprocessorLexer.Chris Lattner2008-11-221-3/+6
* Change the Lexer::Diag method to not magically silence warnings,Chris Lattner2008-11-221-27/+46
* Split the DiagnosticInfo class into two disjoint classes:Chris Lattner2008-11-221-2/+2
* - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek2008-11-191-2/+5
* Convert the lexer and start converting the PP over to using canonical Diag me...Chris Lattner2008-11-181-11/+10
* Move some diagnostic handling to PreprocessorLexer.Ted Kremenek2008-11-121-10/+5
* Remove Lexer::LexIncludeFilename.Ted Kremenek2008-11-121-21/+0
* Change FormTokenWithChars to take the token kind to form, since all clientsChris Lattner2008-10-121-126/+107
* When in keep whitespace mode, make sure to return block comments that areChris Lattner2008-10-121-2/+22
* Change SkipBlockComment and SkipBCPLComment to return true when inChris Lattner2008-10-121-18/+22
* Add a new mode to the lexer which enables it to return all characters,Chris Lattner2008-10-121-15/+49
* Fix a couple more places that poke KeepCommentMode unnecesarily. Chris Lattner2008-10-121-3/+4
* add a new inKeepCommentMode() accessor to abstract the KeepCommentModeChris Lattner2008-10-121-4/+4
* fix misleading comment.Chris Lattner2008-10-121-1/+1
* Simplify raw mode lexing by treating an unterminate /**/ comment theChris Lattner2008-10-121-3/+4
* add a comment.Chris Lattner2008-10-121-0/+2
* Change how raw lexers are handled: instead of creating them and thenChris Lattner2008-10-121-5/+6
* silence some release-assert warnings.Chris Lattner2008-10-121-2/+1
* improve a comment.Chris Lattner2008-10-121-1/+2
* Change Parser & Sema to use interned "super" for comparions.Daniel Dunbar2008-08-141-6/+0
* Fix typoNate Begeman2008-04-141-1/+1
* don't diagnose empty source files, thanks Neil!Chris Lattner2008-04-121-2/+3
* don't read off the front of the buffer. Thanks to Sam for pointing this out.Chris Lattner2008-04-111-1/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+1661
OpenPOWER on IntegriCloud