Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
811d0bec4d4eb6a8ff373f97f98354d6e0e54ecb
/
lib
/
Sema
/
SemaExceptionSpec.cpp
811d0be
Disable exception-spec compatibility checking under -fno-exceptions.
by John McCall
· 14 years ago
e0d5fe2
Use CanQualType to enforce the use of a canonical type argument to
by Douglas Gregor
· 14 years ago
849b243
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
by Douglas Gregor
· 15 years ago
275313c
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
by Douglas Gregor
· 15 years ago
d0ebe08
Rename CodeModificationHint to FixItHint, since we've been using the
by Douglas Gregor
· 15 years ago
264ba48
the big refactoring bits of PR3782.
by Rafael Espindola
· 15 years ago
fe6b2d4
Optimize PartialDiagnostic's memory-allocation behavior by placing a
by Douglas Gregor
· 15 years ago
2eef829
When a declaration of a function is missing an exception specification
by Douglas Gregor
· 15 years ago
58e6f34
Perform access control for the implicit base and member destructor calls
by John McCall
· 15 years ago
e13ad83
Work around an annoying, non-standard optimization in the glibc
by Douglas Gregor
· 15 years ago
6b2accb
Improve access control diagnostics. Perform access control on member-pointer
by John McCall
· 15 years ago
0966f35
Implement C++ DR437, which involves exception-specifications that name
by Douglas Gregor
· 15 years ago
a4923eb
First part of changes to eliminate problems with cv-qualifiers and
by Douglas Gregor
· 15 years ago
37c38ec
Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics.
by Sebastian Redl
· 15 years ago
1219d15
Use CanQualType in the exception specification verification type sets.
by Sebastian Redl
· 15 years ago
491b84c
Use partial diagnostics properly in call to RequireCompleteType. Among other things, this means we get a note on the declaration of the incomplete type when it is used in an exception specification.
by Sebastian Redl
· 15 years ago
c3a3b7b
Do exception spec compatibility tests for member pointers, too.
by Sebastian Redl
· 15 years ago
5db4d90
Types appearing more than once in a spec shouldn't matter.
by Sebastian Redl
· 15 years ago
dced226
Test exception spec compatibility on return type and parameters.
by Sebastian Redl
· 15 years ago