summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/exception-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Promote a warning on ill-formed code (redeclaration missing an exceptionRichard Smith2015-09-301-0/+7
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-193/+0
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-021-1/+1
* Emulate (some of) Microsoft's looser semantic checking of exceptionDouglas Gregor2010-08-301-11/+1
* When a declaration of a function is missing an exception specificationDouglas Gregor2010-03-241-3/+3
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-3/+3
* Initialization improvements: addition of string initialization and a fewEli Friedman2009-12-191-5/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement C++ DR437, which involves exception-specifications that nameDouglas Gregor2009-12-101-2/+15
* Add a DR437 testcase, but disable it for now, since it fails.Sebastian Redl2009-10-171-0/+3
* Use partial diagnostics properly in call to RequireCompleteType. Among other ...Sebastian Redl2009-10-141-1/+6
* Do exception spec compatibility tests for member pointers, too.Sebastian Redl2009-10-141-0/+14
* Types appearing more than once in a spec shouldn't matter.Sebastian Redl2009-10-111-0/+4
* Test exception spec compatibility on return type and parameters.Sebastian Redl2009-10-111-4/+4
* Implement the core checking for compatible exception specifications in assign...Sebastian Redl2009-10-101-7/+7
* Extend the exception spec test even further. Now I need to implement this.Sebastian Redl2009-08-271-0/+44
* Enhance testing of overriding exception specs for inaccessible base exceptions.Sebastian Redl2009-07-181-0/+6
* Implement checking of exception spec compatibility for overriding virtual fun...Sebastian Redl2009-07-071-0/+51
* Catch function redeclarations with incompatible exception specifications.Sebastian Redl2009-07-041-1/+29
* Disallow exception specs on typedefs.Sebastian Redl2009-05-311-1/+1
* Reject incomplete types in exception specs.Sebastian Redl2009-05-291-0/+10
* Disallow exception specifications on multi-level indirections.Sebastian Redl2009-05-291-0/+25
OpenPOWER on IntegriCloud