summaryrefslogtreecommitdiffstats
path: root/test/CXX/expr/expr.prim/expr.prim.general
Commit message (Expand)AuthorAgeFilesLines
* Merging r155975:Bill Wendling2012-05-121-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