summaryrefslogtreecommitdiff
path: root/test/SemaCXX/exception-spec.cpp
AgeCommit message (Expand)Author
2015-09-30Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith
2011-03-12Propagate the new exception information to FunctionProtoType.Sebastian Redl
2011-03-02Semantic checking for exception specifications should be triggered byJohn McCall
2010-08-30Emulate (some of) Microsoft's looser semantic checking of exceptionDouglas Gregor
2010-03-24When a declaration of a function is missing an exception specificationDouglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-19Initialization improvements: addition of string initialization and a fewEli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-10Implement C++ DR437, which involves exception-specifications that nameDouglas Gregor
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