Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d3d3be9bc717b37366324e9711f1ea22dea42caa
/
test
/
SemaCXX
/
exceptions.cpp
c0b3964
Audit uses of Sema::LookupSingleName for those lookups that are
by Douglas Gregor
· 15 years ago
bf422f9
Diagnose attempts to throw an abstract class type.
by Douglas Gregor
· 15 years ago
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
a276291
Downgrade errors when trying to catch a pointer or reference to
by Douglas Gregor
· 15 years ago
3604160
Revert r97925, it only contained the test updates not the actual fix.
by Chandler Carruth
· 15 years ago
d7bf93c
Downgrade errors when trying to catch a pointer or reference to
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
13e8854
Track down return statements in the handlers of a function-try-block of constructors. Meh ...
by Sebastian Redl
· 16 years ago
fef9f59
Don't allow catch declarations to name an abstract class
by Sebastian Redl
· 16 years ago
972041f
Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes.
by Sebastian Redl
· 16 years ago