Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve diagnostic for missing comma in template parameter list. | Richard Smith | 2018-08-17 | 1 | -3/+6 |
* | [Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typo | Jan Korous | 2018-02-08 | 1 | -14/+14 |
* | Diagnose the various invalid decl-specifiers on nontype template parameters. | Faisal Vali | 2017-12-22 | 1 | -3/+28 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
* | Properly disambiguate between an elaborated-type-specifier and a | Douglas Gregor | 2010-06-04 | 1 | -0/+5 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Implement C++ [temp.param]p2 correctly, looking ahead when we see a | Douglas Gregor | 2009-11-21 | 1 | -1/+2 |
* | Move a bunch of tests into temp.param, and write a few tests for paragraphs t... | Douglas Gregor | 2009-06-13 | 1 | -0/+16 |