1. 8026f6d Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcept specifiers, unique FunctionProtoTypes with a ContextualFoldingSet, as suggested by John McCall. by Sebastian Redl · 14 years ago
  2. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  3. 796aa44 Forgotten part of previous commit. by Abramo Bagnara · 14 years ago
  4. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 14 years ago
  5. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 14 years ago
  6. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 14 years ago
  7. 018591f Semantic checking for exception specifications should be triggered by by John McCall · 14 years ago
  8. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  9. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  10. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  11. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  12. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  13. 5b6f769 Emulate (some of) Microsoft's looser semantic checking of exception by Douglas Gregor · 14 years ago
  14. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  15. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  16. 811d0be Disable exception-spec compatibility checking under -fno-exceptions. by John McCall · 14 years ago
  17. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  18. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  19. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
  20. d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
  21. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
  22. fe6b2d4 Optimize PartialDiagnostic's memory-allocation behavior by placing a by Douglas Gregor · 15 years ago
  23. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 15 years ago
  24. 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 15 years ago
  25. e13ad83 Work around an annoying, non-standard optimization in the glibc by Douglas Gregor · 15 years ago
  26. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  27. 0966f35 Implement C++ DR437, which involves exception-specifications that name by Douglas Gregor · 15 years ago
  28. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  29. 37c38ec Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics. by Sebastian Redl · 15 years ago
  30. 1219d15 Use CanQualType in the exception specification verification type sets. by Sebastian Redl · 15 years ago
  31. 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
  32. c3a3b7b Do exception spec compatibility tests for member pointers, too. by Sebastian Redl · 15 years ago
  33. 5db4d90 Types appearing more than once in a spec shouldn't matter. by Sebastian Redl · 15 years ago
  34. dced226 Test exception spec compatibility on return type and parameters. by Sebastian Redl · 15 years ago