1. 5159bbad PR38627: Fix handling of exception specification adjustment for destructors. by Richard Smith · 7 years ago
  2. a91de37 Promote a warning on ill-formed code (redeclaration missing an exception by Richard Smith · 10 years ago
  3. fa453cf Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 15 years ago
  4. 8feeb49 Semantic checking for exception specifications should be triggered by by John McCall · 15 years ago
  5. f62c529 Emulate (some of) Microsoft's looser semantic checking of exception by Douglas Gregor · 15 years ago
  6. d6bc5e6 When a declaration of a function is missing an exception specification by Douglas Gregor · 16 years ago
  7. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  8. 7827520 Initialization improvements: addition of string initialization and a few by Eli Friedman · 16 years ago
  9. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. 5b747a1 Implement C++ DR437, which involves exception-specifications that name by Douglas Gregor · 16 years ago
  11. 5371aed Add a DR437 testcase, but disable it for now, since it fails. by Sebastian Redl · 16 years ago
  12. 7eb5d37 Use partial diagnostics properly in call to RequireCompleteType. Among other things, this means we get a note on the declaration of the incomplete type when it is used in an exception specification. by Sebastian Redl · 16 years ago
  13. 075b21d Do exception spec compatibility tests for member pointers, too. by Sebastian Redl · 16 years ago
  14. 6e4c871 Types appearing more than once in a spec shouldn't matter. by Sebastian Redl · 16 years ago
  15. 4915e63 Test exception spec compatibility on return type and parameters. by Sebastian Redl · 16 years ago
  16. 5d43164 Implement the core checking for compatible exception specifications in assignment and initialization. by Sebastian Redl · 16 years ago
  17. 880a348 Extend the exception spec test even further. Now I need to implement this. by Sebastian Redl · 16 years ago
  18. e644e19 Enhance testing of overriding exception specs for inaccessible base exceptions. by Sebastian Redl · 16 years ago
  19. 86be854 Implement checking of exception spec compatibility for overriding virtual functions. by Sebastian Redl · 16 years ago
  20. 4f4d7b5 Catch function redeclarations with incompatible exception specifications. by Sebastian Redl · 16 years ago
  21. fb3f179 Disallow exception specs on typedefs. by Sebastian Redl · 16 years ago
  22. d643456 Reject incomplete types in exception specs. by Sebastian Redl · 16 years ago
  23. 10b9de4 Disallow exception specifications on multi-level indirections. by Sebastian Redl · 16 years ago