Age | Commit message (Expand) | Author | Files | Lines |
2017-05-18 | Fix the location of "missing ';'" suggestions after annotation tokens. | Richard Smith | 1 | -14/+1 |
2017-04-01 | [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum | Faisal Vali | 1 | -3/+3 |
2017-03-23 | Publish RAIIObjectsForParser.h for external usage. | Vassil Vassilev | 1 | -1/+1 |
2016-11-17 | Use unique_ptr for cached tokens for default arguments in C++. | Malcolm Parsons | 1 | -4/+2 |
2016-11-03 | Fix heuristics skipping invalid ctor-initializers with C++11 | Olivier Goffart | 1 | -9/+37 |
2016-06-16 | Fix a few issues while skipping function bodies | Olivier Goffart | 1 | -0/+6 |
2016-06-10 | [-fms-extensions] Don't crash on explicit class-scope specializations & defau... | David Majnemer | 1 | -1/+1 |
2016-03-30 | For MS ABI, emit dllexport friend functions defined inline in class | Stephan Bergmann | 1 | -2/+4 |
2016-03-17 | Revert "For MS ABI, emit dllexport friend functions defined inline in class" | Reid Kleckner | 1 | -4/+2 |
2016-03-17 | For MS ABI, emit dllexport friend functions defined inline in class | Reid Kleckner | 1 | -2/+4 |
2016-02-19 | [Sema] PR25181 Fix crash when method declaration with throw spec fails to par... | Reid Kleckner | 1 | -1/+2 |
2016-02-09 | Simplify EnterTokenStream API to make it more robust for memory management | David Blaikie | 1 | -7/+7 |
2015-11-14 | Merge some similar diagnostics using %select. | Craig Topper | 1 | -4/+6 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -1/+1 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -1/+1 |
2015-06-30 | Rework parsing of pure-specifiers. Perform the grammar matching and | Richard Smith | 1 | -7/+3 |
2015-06-18 | [clang] Refactoring of conditions so they use isOneOf() instead of multiple i... | Daniel Marjamaki | 1 | -5/+4 |
2015-03-23 | Cleanup: no need to pass DefinitionKind into ParseCXXInlineMethodDef | Eli Bendersky | 1 | -5/+3 |
2015-03-23 | Record correct source range for defaulted/deleted members. | Eli Bendersky | 1 | -0/+7 |
2015-03-19 | Parse: Don't assume tokens have a length | David Majnemer | 1 | -7/+3 |
2015-02-19 | FIX PR 18432, default args, friends & late-parsed members. | Nathan Sidwell | 1 | -1/+12 |
2015-01-30 | Code cleanup | Nathan Sidwell | 1 | -10/+8 |
2015-01-13 | Parse: use the EOF token method to lex inline method bodies | David Majnemer | 1 | -20/+23 |
2015-01-13 | Parse: Further simplify ParseLexedMethodDeclaration | David Majnemer | 1 | -30/+33 |
2015-01-12 | Parse: Get rid of cxx_exceptspec_end, use EOF instead | David Majnemer | 1 | -2/+5 |
2015-01-12 | Parse: Just a small tidy-up in ParseLexedMethodDeclaration | David Majnemer | 1 | -5/+7 |
2015-01-12 | Parse: Get rid of tok::cxx_defaultarg_end, use EOF instead | David Majnemer | 1 | -3/+7 |
2015-01-12 | Parse: It's cleaner to handle cxx_defaultarg_end in SkipUntil directly | David Majnemer | 1 | -0/+1 |
2014-12-28 | Don't crash on surprising tokens in default parameter template lists. | Nico Weber | 1 | -1/+1 |
2014-12-19 | Fix layering violation, Lex shouldn't know about Decl | David Majnemer | 1 | -2/+2 |
2014-12-18 | Parse: Don't parse after the eof has been consumed | David Majnemer | 1 | -1/+4 |
2014-11-20 | PR21565: Further refine the conditions for enabling eager parsing of | Richard Smith | 1 | -7/+6 |
2014-11-20 | Wire up delayed typo correction to DiagnoseEmptyLookup and set up | Kaelyn Takata | 1 | -0/+1 |
2014-11-13 | PR21437, final part of DR1330: delay-parsing of exception-specifications. This | Richard Smith | 1 | -0/+70 |
2014-08-27 | PR20760: Don't assert (and produce better diagnostics) if a default initializer | Richard Smith | 1 | -18/+29 |
2014-07-27 | Fix default argument comma disambiguation bug following the 'template' keyword. | Richard Smith | 1 | -0/+1 |
2014-07-22 | Avoid crash if default argument parsed with errors. | Serge Pavlov | 1 | -1/+2 |
2014-05-29 | Refactoring. Remove release and take methods from ActionResult. Rename takeAs... | Nikola Smiljanic | 1 | -2/+2 |
2014-05-23 | Emit used/dllexport inline method definitions in nested classes (PR19743, PR1... | Hans Wennborg | 1 | -0/+3 |
2014-05-21 | [C++11] Use 'nullptr'. Parser edition. | Craig Topper | 1 | -5/+6 |
2014-05-16 | Replace a fake enum class with the real thing. | Richard Smith | 1 | -6/+6 |
2014-05-10 | Wrap to 80 columns. No behavior change. | Nico Weber | 1 | -8/+12 |
2014-01-25 | Rename getResultType() on function and method declarations to getReturnType() | Alp Toker | 1 | -1/+1 |
2014-01-22 | Introduce and use Decl::getAsFunction() to simplify templated function checks | Alp Toker | 1 | -13/+7 |
2014-01-17 | PR18477: Create a function scope representing the constructor call when | Richard Smith | 1 | -1/+4 |
2014-01-01 | ExpectAndConsume: Diagnose errors automatically | Alp Toker | 1 | -3/+3 |
2013-12-24 | Support and use token kinds as diagnostic arguments | Alp Toker | 1 | -13/+15 |
2013-12-17 | Refactor and micro-optimize ConsumeToken() | Alp Toker | 1 | -18/+10 |
2013-11-23 | Generate a marker token when entering or leaving a submodule when building a | Richard Smith | 1 | -0/+6 |
2013-11-18 | Replaced bool parameters in SkipUntil function with single bit-based parameter. | Alexey Bataev | 1 | -1/+1 |