Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-14 | Do exception spec compatibility tests for member pointers, too. | Sebastian Redl | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84098 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-10-11 | Types appearing more than once in a spec shouldn't matter. | Sebastian Redl | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83766 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-10-11 | Test exception spec compatibility on return type and parameters. | Sebastian Redl | |
Along the way, use RequireCompleteType when testing exception spec types. Separate all the ugly spec stuff into its own file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83764 91177308-0d34-0410-b5e6-96231b3b80d8 |