1. 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
  2. 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago
  3. c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
  4. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  5. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  6. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  7. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 13 years ago
  8. 77a1a88 C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag by Douglas Gregor · 14 years ago
  9. d7115a8 Add test case that I forgot to commit with r107354 (the implementation by Douglas Gregor · 14 years ago