llvm-project/clang/lib/Sema
Douglas Gregor 2720dc656b Fix order of operands for the warning about incompatible Objective-C
pointer assignment in C++. This was a longstanding problem spotted by
Jordy Rose.

llvm-svn: 132873
2011-06-11 04:42:12 +00:00
..
AnalysisBasedWarnings.cpp Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy, 2011-05-11 07:19:11 +00:00
AttributeList.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
CMakeLists.txt Store a parameter index and function prototype depth in every 2011-05-01 22:35:37 +00:00
CodeCompleteConsumer.cpp Implement a new 'availability' attribute, that allows one to specify 2011-03-23 00:50:03 +00:00
DeclSpec.cpp Implement a new type node, UnaryTransformType, designed to represent a 2011-05-24 22:41:36 +00:00
DelayedDiagnostic.cpp Teach DelayedDiagnostic to copy its string, rather than hope that the 2011-03-23 15:13:44 +00:00
IdentifierResolver.cpp Fix the insertion of label declarations into the identifier chain in 2011-03-24 10:35:39 +00:00
JumpDiagnostics.cpp Clean up a C++0x/C++03 conditional check. 2011-05-27 23:15:17 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Scope.cpp Store a parameter index and function prototype depth in every 2011-05-01 22:35:37 +00:00
Sema.cpp Whenever we instantiate a static data member, make sure to define any new 2011-05-31 07:58:42 +00:00
SemaAccess.cpp Implement caching of default constructors on the resolution table. This 2011-06-10 03:50:41 +00:00
SemaAttr.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
SemaCXXCast.cpp Remove all references to InitializationSequence::FailedSequence from outside SemaInit.cpp. Replace them with the boolean conversion or the new Failed() function. This is a first step towards removing InitializationSequence::SequenceKind. No functionality change. 2011-06-05 12:23:28 +00:00
SemaCXXScopeSpec.cpp When checking a set of template parameter lists against a 2011-05-15 17:27:27 +00:00
SemaChecking.cpp Clean up the "non-POD memaccess" stuff some. This adds a properly named 2011-06-03 06:23:57 +00:00
SemaCodeComplete.cpp Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +00:00
SemaDecl.cpp Implement Objective-C Related Result Type semantics. 2011-06-11 01:09:30 +00:00
SemaDeclAttr.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
SemaDeclCXX.cpp This change is breaking selfhost. Revert it until I have more time 2011-06-10 12:07:09 +00:00
SemaDeclObjC.cpp Implement Objective-C Related Result Type semantics. 2011-06-11 01:09:30 +00:00
SemaExceptionSpec.cpp MSVC doesn't do any validation regarding exception specification. 2011-05-24 02:11:43 +00:00
SemaExpr.cpp Implement Objective-C Related Result Type semantics. 2011-06-11 01:09:30 +00:00
SemaExprCXX.cpp Fix order of operands for the warning about incompatible Objective-C 2011-06-11 04:42:12 +00:00
SemaExprObjC.cpp Implement Objective-C Related Result Type semantics. 2011-06-11 01:09:30 +00:00
SemaInit.cpp Implement Objective-C Related Result Type semantics. 2011-06-11 01:09:30 +00:00
SemaLookup.cpp This change is breaking selfhost. Revert it until I have more time 2011-06-10 12:07:09 +00:00
SemaObjCProperty.cpp Restore 'atomic' as an attribute of objc 2011-06-11 00:45:12 +00:00
SemaOverload.cpp Fix a regression in the two-phase lookup diagnostics that switching the 2011-06-08 10:13:17 +00:00
SemaStmt.cpp Implement Objective-C Related Result Type semantics. 2011-06-11 01:09:30 +00:00
SemaTemplate.cpp Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-tags. 2011-06-10 03:11:26 +00:00
SemaTemplateDeduction.cpp When performing template argument deduction given a function argument 2011-06-03 03:35:07 +00:00
SemaTemplateInstantiate.cpp Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-tags. 2011-06-10 03:11:26 +00:00
SemaTemplateInstantiateDecl.cpp When performing template argument deduction given a function argument 2011-06-03 03:35:07 +00:00
SemaTemplateVariadic.cpp Implement a new type node, UnaryTransformType, designed to represent a 2011-05-24 22:41:36 +00:00
SemaType.cpp Make -Wignored-qualifiers point to the first ignored qualifier. 2011-06-03 17:37:26 +00:00
TargetAttributesSema.cpp Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-tags. 2011-06-10 03:11:26 +00:00
TypeLocBuilder.h Remove crash recovery cleanups from TypeLocBuilder. They were a bit error prone, only hit in rare cases. 2011-03-22 01:15:21 +00:00