| Commit message (Expand) | Author | Age | Files | Lines |
* | [Parser] Update CachedTokens while parsing ObjectiveC template argument list | Bruno Cardoso Lopes | 2016-01-31 | 1 | -0/+26 |
* | Fix the build break introduced by r195799 by restoring two close | Chandler Carruth | 2013-11-27 | 1 | -1/+2 |
* | Documentation cleanup: Doxygen-ification, typo fixes, and changing some of | James Dennett | 2013-11-27 | 1 | -13/+12 |
* | [preprocessor] In Preprocessor::CachingLex() check whether there were more to... | Argyrios Kyrtzidis | 2012-04-04 | 1 | -7/+11 |
* | Don't treat 'import' as a contextual keyword when we're in a caching lexer, o... | Douglas Gregor | 2012-01-04 | 1 | -2/+2 |
* | Optimize the preprocessor's handling of the __import_module__ | Douglas Gregor | 2011-09-07 | 1 | -0/+2 |
* | Remove the check for repeated tok::eofs, we are not supposed to go past eof s... | Argyrios Kyrtzidis | 2010-07-12 | 1 | -9/+4 |
* | If we are past tok::eof and in caching lex mode, avoid caching repeated tok::... | Argyrios Kyrtzidis | 2010-07-12 | 1 | -4/+12 |
* | we do in fact have to cache the EOF token returned by the preprocessor. | Chris Lattner | 2010-07-12 | 1 | -6/+3 |
* | When placing an annotation token over an existing annotation token, make sure... | Sebastian Redl | 2010-02-08 | 1 | -1/+1 |
* | Remove an overly-eager assertion when replacing tokens with an | Douglas Gregor | 2009-11-12 | 1 | -2/+0 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1/+1 |
* | fix segfault (because of erasing after the vector boundaries) when the cached... | Nuno Lopes | 2009-07-26 | 1 | -1/+2 |
* | This change refactors some of the low-level lexer interfaces a bit. | Chris Lattner | 2009-01-26 | 1 | -1/+1 |
* | Remove Preprocessor::CacheTokens boolean data member. The same functionality ... | Argyrios Kyrtzidis | 2008-11-19 | 1 | -4/+1 |
* | Use PushIncludeMacroStack() instead of manually manipulating the include stack. | Ted Kremenek | 2008-11-12 | 1 | -4/+1 |
* | Introduce annotation tokens, a special kind of token, created and used only b... | Argyrios Kyrtzidis | 2008-11-08 | 1 | -0/+24 |
* | Line endings: CRLF -> LF | Argyrios Kyrtzidis | 2008-09-05 | 1 | -8/+8 |
* | Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. | Argyrios Kyrtzidis | 2008-08-24 | 1 | -10/+10 |
* | Change line endings: CRLF -> LF | Argyrios Kyrtzidis | 2008-08-23 | 1 | -30/+30 |
* | Allow nested backtracks. | Argyrios Kyrtzidis | 2008-08-22 | 1 | -0/+32 |
* | Allow the preprocessor to cache the lexed tokens, so that we can do efficient... | Argyrios Kyrtzidis | 2008-08-10 | 1 | -0/+63 |