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