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