1. 018591f Semantic checking for exception specifications should be triggered by by John McCall · 14 years ago
  2. 5b6f769 Emulate (some of) Microsoft's looser semantic checking of exception by Douglas Gregor · 14 years ago
  3. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  5. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 0966f35 Implement C++ DR437, which involves exception-specifications that name by Douglas Gregor · 15 years ago
  8. e38050d Add a DR437 testcase, but disable it for now, since it fails. by Sebastian Redl · 15 years ago
  9. 491b84c 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 · 15 years ago
  10. c3a3b7b Do exception spec compatibility tests for member pointers, too. by Sebastian Redl · 15 years ago
  11. 5db4d90 Types appearing more than once in a spec shouldn't matter. by Sebastian Redl · 15 years ago
  12. dced226 Test exception spec compatibility on return type and parameters. by Sebastian Redl · 15 years ago
  13. 2c7588f Implement the core checking for compatible exception specifications in assignment and initialization. by Sebastian Redl · 15 years ago
  14. e74b32a Extend the exception spec test even further. Now I need to implement this. by Sebastian Redl · 15 years ago
  15. 726212f Enhance testing of overriding exception specs for inaccessible base exceptions. by Sebastian Redl · 15 years ago
  16. 23c7d06 Implement checking of exception spec compatibility for overriding virtual functions. by Sebastian Redl · 15 years ago
  17. 4994d2d Catch function redeclarations with incompatible exception specifications. by Sebastian Redl · 15 years ago
  18. 3cc9726 Disallow exception specs on typedefs. by Sebastian Redl · 15 years ago
  19. ef65f06 Reject incomplete types in exception specs. by Sebastian Redl · 15 years ago
  20. 6a7330c Disallow exception specifications on multi-level indirections. by Sebastian Redl · 15 years ago