index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
exceptions.cpp
Age
Commit message (
Expand
)
Author
2012-11-28
Per C++11 [except.spec]p2, rvalue references are not permitted in exception s...
Richard Smith
2012-11-28
PR14388: An array or function type in an exception specification should be
Richard Smith
2012-01-24
Promote the extension warning for attempts to catch a reference or
Douglas Gregor
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-02-28
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-19
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-18
Fix PR8767, improve diagnostic wording when allocating an object of an
Chandler Carruth
2010-04-15
Audit uses of Sema::LookupSingleName for those lookups that are
Douglas Gregor
2010-04-15
Diagnose attempts to throw an abstract class type.
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-08
Downgrade errors when trying to catch a pointer or reference to
Douglas Gregor
2010-03-08
Revert r97925, it only contained the test updates not the actual fix.
Chandler Carruth
2010-03-07
Downgrade errors when trying to catch a pointer or reference to
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-04-27
Track down return statements in the handlers of a function-try-block of const...
Sebastian Redl
2009-04-27
Don't allow catch declarations to name an abstract class
Sebastian Redl
2009-04-27
Improve validation of C++ exception handling: diagnose throwing incomplete ty...
Sebastian Redl