Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
lib
/
Sema
/
SemaExceptionSpec.cpp
a4923eb
First part of changes to eliminate problems with cv-qualifiers and
by Douglas Gregor
· 16 years ago
37c38ec
Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics.
by Sebastian Redl
· 16 years ago
1219d15
Use CanQualType in the exception specification verification type sets.
by Sebastian Redl
· 16 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
· 16 years ago
c3a3b7b
Do exception spec compatibility tests for member pointers, too.
by Sebastian Redl
· 16 years ago
5db4d90
Types appearing more than once in a spec shouldn't matter.
by Sebastian Redl
· 16 years ago
dced226
Test exception spec compatibility on return type and parameters.
by Sebastian Redl
· 16 years ago