Age | Commit message (Expand) | Author |
2008-11-12 | Move LexIncludeFilename from Lexer to PreprocessorLexer. | Ted Kremenek |
2008-11-12 | Unbreak last commit. | Ted Kremenek |
2008-11-12 | Add Preprocessor::PushIncludeMacroStack() and Preprocessor::PopIncludeMacroSt... | Ted Kremenek |
2008-11-12 | Add skeleton for PTH lexer. | Ted Kremenek |
2008-11-12 | Move pieces of Lexer that the Preprocessor mutates to a new base class 'Prepr... | Ted Kremenek |
2008-11-08 | Introduce annotation tokens, a special kind of token, created and used only b... | Argyrios Kyrtzidis |
2008-10-28 | clarify comment, rename argument to avoid a subtle conflict | Chris Lattner |
2008-10-27 | Rename Characteristic_t to CharacteristicKind | Chris Lattner |
2008-10-21 | Added method to access the raw flags of Token. | Ted Kremenek |
2008-10-12 | Change FormTokenWithChars to take the token kind to form, since all clients | Chris Lattner |
2008-10-12 | Add a new mode to the lexer which enables it to return all characters, | Chris Lattner |
2008-10-12 | add a new inKeepCommentMode() accessor to abstract the KeepCommentMode | Chris Lattner |
2008-10-12 | Simplify raw mode lexing by treating an unterminate /**/ comment the | Chris Lattner |
2008-10-12 | Change how raw lexers are handled: instead of creating them and then | Chris Lattner |
2008-10-04 | Add Preprocessor::RemovePragmaHandler. | Daniel Dunbar |
2008-09-26 | clean up a bunch of fixme's I added, by moving | Chris Lattner |
2008-09-26 | Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo | Chris Lattner |
2008-09-26 | Comment fix. | Daniel Dunbar |
2008-08-24 | Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. | Argyrios Kyrtzidis |
2008-08-24 | Comment tweak. | Chris Lattner |
2008-08-22 | Allow nested backtracks. | Argyrios Kyrtzidis |
2008-08-14 | Change Parser & Sema to use interned "super" for comparions. | Daniel Dunbar |
2008-08-10 | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber |
2008-08-10 | Allow the preprocessor to cache the lexed tokens, so that we can do efficient... | Argyrios Kyrtzidis |
2008-07-10 | Add an accessor, patch by Csaba Hruska. | Chris Lattner |
2008-07-09 | Add Preprocessor::LookNext method, which implements an efficient way to 'take... | Argyrios Kyrtzidis |
2008-06-30 | refactor some code out into a new method. | Chris Lattner |
2008-05-05 | Neil pointed out that clang doesn't generate ranges from diagnostics | Chris Lattner |
2008-04-19 | simplify ownership of the predefines buffer. | Chris Lattner |
2008-04-17 | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek |
2008-04-17 | Added "PreprocessorFactory", an interface for lazily creating Preprocessor ob... | Ted Kremenek |
2008-04-16 | reenable highlighting of (the first line of) comments | Chris Lattner |
2008-03-14 | Make the preprocessor own its PPCallbacks, fixing a memory leak. | Chris Lattner |
2008-03-10 | implement simple support for arbitrary token lookahead. Change the | Chris Lattner |
2008-03-09 | rename HandleEndOfMacro -> HandleEndOfTokenLexer | Chris Lattner |
2008-03-09 | split the MacroArgs class out of TokenLexer.cpp/h into | Chris Lattner |
2008-03-09 | rename some MacroExpander-related ivars to TokenLexer. | Chris Lattner |
2008-03-09 | Rename MacroExpander.cpp/h -> TokenLexer.cpp/h | Chris Lattner |
2008-03-09 | rename the MacroExpander class to TokenLexer. It handles both | Chris Lattner |
2008-03-09 | rename MacroTokens -> Tokens. When this is a token stream, there is no macro | Chris Lattner |
2008-03-05 | Remove the first layer of support for "portability" warnings. This is | Chris Lattner |
2008-02-25 | Fix PR2086. | Lauro Ramos Venancio |
2008-02-24 | Two more Windows-related fixes: | Ted Kremenek |
2008-02-23 | Change encoding of TokenKind in IdentifierTable to be of type "unsigned" | Ted Kremenek |
2008-02-07 | Implement support for the extremely atrocious MS /##/ extension, | Chris Lattner |
2008-02-02 | Cleanup previous patch (based on feedback from Ted). | Steve Naroff |
2008-02-01 | Make sure SourceManager/HeaderSearch don't support default copy constructors ... | Steve Naroff |
2008-01-29 | fix comment typo | Chris Lattner |
2008-01-08 | readability improvement suggested by Sam Bishop, thanks! | Chris Lattner |
2008-01-07 | Fix a nasty corner case that Neil noticed in PR1900, where we would | Chris Lattner |