aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/stmt.stmt
AgeCommit message (Expand)Author
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-18DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith
2012-09-06Clarified diagnostics for range-based for loops with invalid rangesSam Panzer
2012-08-21Better diagnostics for range-based for loops with bad range types.Sam Panzer
2012-05-28Fix PR12960 by not attempting to correct cases when we're not actually instan...David Blaikie
2012-01-24Support decltype as a simple-type-specifier.David Blaikie
2012-01-18constexpr: converted constant expression handling for enumerator values, caseRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-10-20Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-29constexpr: semantic checking for constexpr variables.Richard Smith
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl
2011-06-27Factor out (some of) the checking for invalid forms of pointerChandler Carruth
2011-06-15Properly implement C++0x [stmt.dcl]p3, which requires a scope to beDouglas Gregor
2011-05-27Clean up my changes to jump-diagnostic handling for local variables ofDouglas Gregor
2011-05-27Update the jump-scope checker for local variables with initializers,Douglas Gregor
2011-05-21It's considered poor form to create references to the overloadedDouglas Gregor
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith
2011-02-17Step #1/N of implementing support for __label__: split labels intoChris Lattner
2010-12-21add missing newlines at end of file.Chris Lattner
2010-11-29Add a test for C++ [stmt.label]p1, from Sashan!Douglas Gregor
2010-04-12change Scope::WithinElse to be a normal scope flag, widen theChris Lattner
2010-03-30Add a test for C++ [stmt.select]p3, which specifies that redeclaring aDouglas Gregor