aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/exception-spec.cpp
AgeCommit message (Expand)Author
2009-10-17Add a DR437 testcase, but disable it for now, since it fails.Sebastian Redl
2009-10-14Use partial diagnostics properly in call to RequireCompleteType. Among other ...Sebastian Redl
2009-10-14Do exception spec compatibility tests for member pointers, too.Sebastian Redl
2009-10-11Types appearing more than once in a spec shouldn't matter.Sebastian Redl
2009-10-11Test exception spec compatibility on return type and parameters.Sebastian Redl
2009-10-10Implement the core checking for compatible exception specifications in assign...Sebastian Redl
2009-08-27Extend the exception spec test even further. Now I need to implement this.Sebastian Redl
2009-07-18Enhance testing of overriding exception specs for inaccessible base exceptions.Sebastian Redl
2009-07-07Implement checking of exception spec compatibility for overriding virtual fun...Sebastian Redl
2009-07-04Catch function redeclarations with incompatible exception specifications.Sebastian Redl
2009-05-31Disallow exception specs on typedefs.Sebastian Redl
2009-05-29Reject incomplete types in exception specs.Sebastian Redl
2009-05-29Disallow exception specifications on multi-level indirections.Sebastian Redl