| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Have the exception specification checkers take partial diagnostics. Use this ↵ | Sebastian Redl | 2009-10-14 | 1 | -11/+14 |
| | | | | | | | to merge two diagnostics. llvm-svn: 84105 | ||||
| * | Use CanQualType in the exception specification verification type sets. | Sebastian Redl | 2009-10-14 | 1 | -3/+3 |
| | | | | | llvm-svn: 84101 | ||||
| * | Use partial diagnostics properly in call to RequireCompleteType. Among other ↵ | Sebastian Redl | 2009-10-14 | 1 | -8/+6 |
| | | | | | | | things, this means we get a note on the declaration of the incomplete type when it is used in an exception specification. llvm-svn: 84099 | ||||
| * | Do exception spec compatibility tests for member pointers, too. | Sebastian Redl | 2009-10-14 | 1 | -0/+5 |
| | | | | | llvm-svn: 84098 | ||||
| * | Types appearing more than once in a spec shouldn't matter. | Sebastian Redl | 2009-10-11 | 1 | -5/+10 |
| | | | | | llvm-svn: 83766 | ||||
| * | Test exception spec compatibility on return type and parameters. | Sebastian Redl | 2009-10-11 | 1 | -0/+309 |
| Along the way, use RequireCompleteType when testing exception spec types. Separate all the ugly spec stuff into its own file. llvm-svn: 83764 | |||||

