summaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.general
Commit message (Expand)AuthorAgeFilesLines
* Update error message text.Serge Pavlov2015-01-181-2/+2
* PR21437, final part of DR1330: delay-parsing of exception-specifications. ThisRichard Smith2014-11-131-3/+2
* Don't allow 'this' within typedefs within classes that otherwise look like theyRichard Smith2014-01-171-0/+2
* PR16243: Use CXXThisOverride during template instantiation, and fix up theRichard Smith2013-06-071-2/+30
* <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...Douglas Gregor2013-03-261-0/+20
* PR15290: 'this' is not permitted in the declaration of a friend function,Richard Smith2013-03-151-0/+17
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-191-2/+2
* Disable our non-standard delayed parsing of exception specifications. DelayingRichard Smith2012-05-021-2/+3
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-0/+10
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-0/+90
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-052-3/+3
* PR11956: C++11's special exception for accessing non-static data members fromRichard Smith2012-02-251-1/+9
* In the conflict between C++11 [expr.prim.general]p4, which declaresDouglas Gregor2012-02-211-0/+11
* Remove PotentiallyPotentiallyEvaluated, and replace it with a much simpler an...Eli Friedman2012-01-201-0/+1
* Make PotentiallyPotentiallyEvaluated contexts work correctly when referencing...Eli Friedman2012-01-181-0/+8
* Unlike in C++03, a constant-expression is not an unevaluated operand in C++11.Richard Smith2011-12-201-0/+9
* Disallow decltype in qualified declarator-ids.David Blaikie2011-12-131-4/+0
* Support decltype in nested-name-specifiers.David Blaikie2011-12-042-2/+83
* Move tests to the appropriate directory to match the spec hierarchy.David Blaikie2011-11-072-0/+22