Age | Commit message (Expand) | Author |
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 |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-20 | Add newline | Seo Sanghyeon |
2007-12-19 | Interned MainFileID within SourceManager. Since SourceManager is referenced by | Ted Kremenek |
2007-12-19 | Typo fix. | Ted Kremenek |
2007-12-19 | Add support for #pragma mark, which shouldn't warn about bogus tokens. | Chris Lattner |
2007-12-17 | implement enough helper functions to successfully dump out the | Chris Lattner |
2007-12-17 | Finish hooking up the scaffolding for headermaps. They can now do everything | Chris Lattner |
2007-12-17 | Start reading the headermap header, drop the 'errorstr' argument to | Chris Lattner |
2007-12-17 | Sink getName into DirectoryLookup to simplify the client in clang. | Chris Lattner |
2007-12-17 | add headermap.cpp | Chris Lattner |
2007-12-17 | finish stubbing out support for HeaderMap. Now we just need an implementation! | Chris Lattner |
2007-12-17 | refactor an better comment framework lookup code. This moves it from | Chris Lattner |
2007-12-17 | as it turns out, frameworks and headermaps are orthogonal. Make this so in | Chris Lattner |
2007-12-17 | teach RemoveDuplicates about header maps. | Chris Lattner |
2007-12-17 | Step #1 in adding headermap support to clang. | Chris Lattner |
2007-12-13 | add a helper method. | Chris Lattner |
2007-12-12 | constified getFullLoc(). | Ted Kremenek |
2007-12-12 | Renamed getFullSourceLoc() -> getFullLoc(). | Ted Kremenek |
2007-12-12 | Added method: Preprocessor::getFullSourceLoc. Used by clients of Preprocessor | Ted Kremenek |
2007-12-09 | Add dumping support for locations, make -dumptokens print out the location | Chris Lattner |
2007-11-26 | Added optional pass-by-reference argument "isExact" to | Ted Kremenek |
2007-11-15 | add header file I forgot to check in | Chris Lattner |
2007-10-17 | Fix assertion for raw lexer. | Chris Lattner |
2007-10-17 | Move token length calculation out of the diagnostics machinery into | Chris Lattner |
2007-10-17 | Add a new type of lexer: a raw lexer, which does not require a preprocessor | Chris Lattner |
2007-10-17 | add some comments. | Chris Lattner |
2007-10-15 | Add support for Pascal strings. | Anders Carlsson |
2007-10-09 | Make a significant change to invert the control flow handling | Chris Lattner |
2007-10-09 | Add two new Token helper functions, "is" and "isNot". This allows us to write | Chris Lattner |
2007-10-07 | move IdentifierTable.h from liblex to libbasic. | Chris Lattner |
2007-10-07 | improve layering: | Chris Lattner |
2007-10-07 | add a hasMacroDefinition() method to IdentifierInfo, strength reduce a | Chris Lattner |