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
/
exception-spec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Promote a warning on ill-formed code (redeclaration missing an exception
Richard Smith
2015-09-30
1
-0
/
+7
*
Propagate the new exception information to FunctionProtoType.
Sebastian Redl
2011-03-12
1
-193
/
+0
*
Semantic checking for exception specifications should be triggered by
John McCall
2011-03-02
1
-1
/
+1
*
Emulate (some of) Microsoft's looser semantic checking of exception
Douglas Gregor
2010-08-30
1
-11
/
+1
*
When a declaration of a function is missing an exception specification
Douglas Gregor
2010-03-24
1
-3
/
+3
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-3
/
+3
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
1
-5
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Implement C++ DR437, which involves exception-specifications that name
Douglas Gregor
2009-12-10
1
-2
/
+15
*
Add a DR437 testcase, but disable it for now, since it fails.
Sebastian Redl
2009-10-17
1
-0
/
+3
*
Use partial diagnostics properly in call to RequireCompleteType. Among other ...
Sebastian Redl
2009-10-14
1
-1
/
+6
*
Do exception spec compatibility tests for member pointers, too.
Sebastian Redl
2009-10-14
1
-0
/
+14
*
Types appearing more than once in a spec shouldn't matter.
Sebastian Redl
2009-10-11
1
-0
/
+4
*
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-11
1
-4
/
+4
*
Implement the core checking for compatible exception specifications in assign...
Sebastian Redl
2009-10-10
1
-7
/
+7
*
Extend the exception spec test even further. Now I need to implement this.
Sebastian Redl
2009-08-27
1
-0
/
+44
*
Enhance testing of overriding exception specs for inaccessible base exceptions.
Sebastian Redl
2009-07-18
1
-0
/
+6
*
Implement checking of exception spec compatibility for overriding virtual fun...
Sebastian Redl
2009-07-07
1
-0
/
+51
*
Catch function redeclarations with incompatible exception specifications.
Sebastian Redl
2009-07-04
1
-1
/
+29
*
Disallow exception specs on typedefs.
Sebastian Redl
2009-05-31
1
-1
/
+1
*
Reject incomplete types in exception specs.
Sebastian Redl
2009-05-29
1
-0
/
+10
*
Disallow exception specifications on multi-level indirections.
Sebastian Redl
2009-05-29
1
-0
/
+25