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
/
lib
/
Sema
/
SemaExceptionSpec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around an annoying, non-standard optimization in the glibc
Douglas Gregor
2010-02-12
1
-2
/
+63
*
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-10
1
-2
/
+16
*
Implement C++ DR437, which involves exception-specifications that name
Douglas Gregor
2009-12-10
1
-4
/
+13
*
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
1
-2
/
+2
*
Have the exception specification checkers take partial diagnostics. Use this ...
Sebastian Redl
2009-10-14
1
-11
/
+14
*
Use CanQualType in the exception specification verification type sets.
Sebastian Redl
2009-10-14
1
-3
/
+3
*
Use partial diagnostics properly in call to RequireCompleteType. Among other ...
Sebastian Redl
2009-10-14
1
-8
/
+6
*
Do exception spec compatibility tests for member pointers, too.
Sebastian Redl
2009-10-14
1
-0
/
+5
*
Types appearing more than once in a spec shouldn't matter.
Sebastian Redl
2009-10-11
1
-5
/
+10
*
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-11
1
-0
/
+309