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
*
Added missing IgnoreParens().
Abramo Bagnara
2010-12-14
1
-3
/
+1
*
Restore r121752 without modification.
John McCall
2010-12-14
1
-18
/
+17
*
Pull out r121752 in case it's causing the selfhost breakage.
John McCall
2010-12-14
1
-17
/
+18
*
Factor out most of the extra state in a FunctionProtoType into a separate
John McCall
2010-12-14
1
-18
/
+17
*
Added ParenType type node.
Abramo Bagnara
2010-12-10
1
-0
/
+2
*
Emulate (some of) Microsoft's looser semantic checking of exception
Douglas Gregor
2010-08-30
1
-0
/
+8
*
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-12
1
-1
/
+1
*
Disable exception-spec compatibility checking under -fno-exceptions.
John McCall
2010-05-28
1
-0
/
+9
*
Use CanQualType to enforce the use of a canonical type argument to
Douglas Gregor
2010-05-21
1
-1
/
+1
*
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
1
-2
/
+1
*
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
1
-1
/
+2
*
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-03-31
1
-2
/
+1
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-4
/
+2
*
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-29
1
-10
/
+14
*
When a declaration of a function is missing an exception specification
Douglas Gregor
2010-03-24
1
-14
/
+115
*
Perform access control for the implicit base and member destructor calls
John McCall
2010-03-16
1
-3
/
+3
*
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