Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
exception-spec.cpp
5159bbad
PR38627: Fix handling of exception specification adjustment for destructors.
by Richard Smith
· 7 years ago
a91de37
Promote a warning on ill-formed code (redeclaration missing an exception
by Richard Smith
· 10 years ago
fa453cf
Propagate the new exception information to FunctionProtoType.
by Sebastian Redl
· 15 years ago
8feeb49
Semantic checking for exception specifications should be triggered by
by John McCall
· 15 years ago
f62c529
Emulate (some of) Microsoft's looser semantic checking of exception
by Douglas Gregor
· 15 years ago
d6bc5e6
When a declaration of a function is missing an exception specification
by Douglas Gregor
· 16 years ago
85f9055
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 16 years ago
7827520
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
5b747a1
Implement C++ DR437, which involves exception-specifications that name
by Douglas Gregor
· 16 years ago
5371aed
Add a DR437 testcase, but disable it for now, since it fails.
by Sebastian Redl
· 16 years ago
7eb5d37
Use partial diagnostics properly in call to RequireCompleteType. Among other things, this means we get a note on the declaration of the incomplete type when it is used in an exception specification.
by Sebastian Redl
· 16 years ago
075b21d
Do exception spec compatibility tests for member pointers, too.
by Sebastian Redl
· 16 years ago
6e4c871
Types appearing more than once in a spec shouldn't matter.
by Sebastian Redl
· 16 years ago
4915e63
Test exception spec compatibility on return type and parameters.
by Sebastian Redl
· 16 years ago
5d43164
Implement the core checking for compatible exception specifications in assignment and initialization.
by Sebastian Redl
· 16 years ago
880a348
Extend the exception spec test even further. Now I need to implement this.
by Sebastian Redl
· 16 years ago
e644e19
Enhance testing of overriding exception specs for inaccessible base exceptions.
by Sebastian Redl
· 16 years ago
86be854
Implement checking of exception spec compatibility for overriding virtual functions.
by Sebastian Redl
· 16 years ago
4f4d7b5
Catch function redeclarations with incompatible exception specifications.
by Sebastian Redl
· 16 years ago
fb3f179
Disallow exception specs on typedefs.
by Sebastian Redl
· 16 years ago
d643456
Reject incomplete types in exception specs.
by Sebastian Redl
· 16 years ago
10b9de4
Disallow exception specifications on multi-level indirections.
by Sebastian Redl
· 16 years ago