Age | Commit message (Expand) | Author |
---|---|---|
2012-11-07 | PR12713 - crash on invalid due to unmatched parens in decltype | David Blaikie |
2012-10-26 | In Parser::ParseDecltypeSpecifier, make sure the end location it returns | Argyrios Kyrtzidis |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-01-15 | decltype(e) is type-dependent if e is instantiation-dependent. Scary but true. | Richard Smith |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-06-19 | Handle decltype keyword in Parser::isDeclarationSpecifier. | Francois Pichet |
2010-07-15 | Make the "unused result" warning a warning about run-time behavior, so | Douglas Gregor |
2010-07-15 | Add test case for PR5290; this bug was fixed with the non-class rvalue | Douglas Gregor |