summaryrefslogtreecommitdiff
path: root/test/SemaCXX/decltype.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-5/+5
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+25
* [Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...Argyrios Kyrtzidis2014-04-261-0/+21
* PR18876: The special-case rule that ignores the destruction of a top-levelRichard Smith2014-02-181-0/+10
* PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to anRichard Smith2013-09-231-0/+8
* PR12713 - crash on invalid due to unmatched parens in decltypeDavid Blaikie2012-11-071-0/+7
* In Parser::ParseDecltypeSpecifier, make sure the end location it returnsArgyrios Kyrtzidis2012-10-261-1/+8
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* decltype(e) is type-dependent if e is instantiation-dependent. Scary but true.Richard Smith2012-01-151-1/+8
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Handle decltype keyword in Parser::isDeclarationSpecifier.Francois Pichet2011-06-191-0/+5
* Make the "unused result" warning a warning about run-time behavior, soDouglas Gregor2010-07-151-1/+1
* Add test case for PR5290; this bug was fixed with the non-class rvalueDouglas Gregor2010-07-151-0/+18