aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Lexer.cpp
AgeCommit message (Expand)Author
2008-12-01Objective-C keywords are not always identifiers. Some are also C++ keywordsDouglas Gregor
2008-11-25Comment fix.Daniel Dunbar
2008-11-22Fix a weird inconsistency with hex floats. Previously the lexer Chris Lattner
2008-11-22actually, this version isn't really needed.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-22Split the DiagnosticInfo class into two disjoint classes:Chris Lattner
2008-11-19- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.Ted Kremenek
2008-11-18Convert the lexer and start converting the PP over to using canonical Diag me...Chris Lattner
2008-11-12Move some diagnostic handling to PreprocessorLexer.Ted Kremenek
2008-11-12Remove Lexer::LexIncludeFilename.Ted Kremenek
2008-10-12Change FormTokenWithChars to take the token kind to form, since all clientsChris Lattner
2008-10-12When in keep whitespace mode, make sure to return block comments that areChris Lattner
2008-10-12Change SkipBlockComment and SkipBCPLComment to return true when inChris Lattner
2008-10-12Add a new mode to the lexer which enables it to return all characters,Chris Lattner
2008-10-12Fix a couple more places that poke KeepCommentMode unnecesarily. Chris Lattner
2008-10-12add a new inKeepCommentMode() accessor to abstract the KeepCommentModeChris Lattner
2008-10-12fix misleading comment.Chris Lattner
2008-10-12Simplify raw mode lexing by treating an unterminate /**/ comment theChris Lattner
2008-10-12add a comment.Chris Lattner
2008-10-12Change how raw lexers are handled: instead of creating them and thenChris Lattner
2008-10-12silence some release-assert warnings.Chris Lattner
2008-10-12improve a comment.Chris Lattner
2008-08-14Change Parser & Sema to use interned "super" for comparions.Daniel Dunbar
2008-04-14Fix typoNate Begeman
2008-04-12don't diagnose empty source files, thanks Neil!Chris Lattner
2008-04-11don't read off the front of the buffer. Thanks to Sam for pointing this out.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner