1. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 16 years ago
  2. 37c38ec Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics. by Sebastian Redl · 16 years ago
  3. 1219d15 Use CanQualType in the exception specification verification type sets. by Sebastian Redl · 16 years ago
  4. 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 · 16 years ago
  5. c3a3b7b Do exception spec compatibility tests for member pointers, too. by Sebastian Redl · 16 years ago
  6. 5db4d90 Types appearing more than once in a spec shouldn't matter. by Sebastian Redl · 16 years ago
  7. dced226 Test exception spec compatibility on return type and parameters. by Sebastian Redl · 16 years ago