1. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 15 years ago
  2. bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 15 years ago
  3. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  4. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  5. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 15 years ago
  6. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  9. fef9f59 Don't allow catch declarations to name an abstract class by Sebastian Redl · 15 years ago
  10. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago