Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse: use the EOF token method to lex inline method bodies | David Majnemer | 2015-01-13 | 1 | -2/+2 |
* | Parse: It's cleaner to handle cxx_defaultarg_end in SkipUntil directly | David Majnemer | 2015-01-12 | 1 | -2/+2 |
* | Don't crash on surprising tokens in default parameter template lists. | Nico Weber | 2014-12-28 | 1 | -0/+26 |
* | PR16480: Reimplement token-caching for constructor initializer lists. This | Richard Smith | 2013-07-04 | 1 | -3/+69 |
* | Fix a bug in the token caching for inline constructors in C++11, and improve ... | Sebastian Redl | 2011-09-30 | 1 | -0/+5 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Add RUN line. | Daniel Dunbar | 2009-09-12 | 1 | -0/+2 |
* | Add a test for PR3733. | Anders Carlsson | 2009-09-12 | 1 | -0/+8 |