aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/basic/basic.scope
AgeCommit message (Expand)Author
2012-11-12Fix more try scoping bugs introduced by r167650.David Blaikie
2012-11-10Handle redeclarations of catch variables in catch blocks.David Blaikie
2012-11-10PR14296: function parameter name collisions in function try/catchDavid Blaikie
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith
2010-10-23C++ [basic.scope.hiding] allows an ordinary name to hide a non-tagDouglas Gregor
2010-07-01Add test case that I forgot to commit with r107354 (the implementationDouglas Gregor