1. a70c3f8 Per C++11 [except.spec]p2, rvalue references are not permitted in exception specifications. by Richard Smith · 12 years ago
  2. 21173b1 PR14388: An array or function type in an exception specification should be by Richard Smith · 12 years ago
  3. ecd7b04 Promote the extension warning for attempts to catch a reference or by Douglas Gregor · 13 years ago
  4. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  5. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  6. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  7. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
  8. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 14 years ago
  9. bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 14 years ago
  10. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  11. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 14 years ago
  12. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 14 years ago
  13. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 14 years ago
  14. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  15. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  16. fef9f59 Don't allow catch declarations to name an abstract class by Sebastian Redl · 15 years ago
  17. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago