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