llvm-project/clang/lib/Sema
Anton Yartsev 3f8f2886c1 comparison of AltiVec vectors now gives bool result (fix for 7533)
llvm-svn: 119678
2010-11-18 03:19:30 +00:00
..
AnalysisBasedWarnings.cpp Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch 2010-09-16 01:25:47 +00:00
AttributeList.cpp Front-end support for __attribute__((may_alias)). This is not 2010-11-17 00:03:07 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Implement the C++0x "trailing return type" feature, e.g., 2010-10-01 18:44:50 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Fix a silly bug in the suppression of non-error diagnostics in a 2010-10-13 17:22:14 +00:00
SemaAccess.cpp Access control polish: drop the note on the original declaration and 2010-10-20 08:15:06 +00:00
SemaAttr.cpp Make #pragma unused work for static local variables. 2010-11-09 14:57:47 +00:00
SemaCXXCast.cpp Kill CK_Unknown and flesh out the documentation for the existing CastKinds. 2010-11-16 05:46:29 +00:00
SemaCXXScopeSpec.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
SemaChecking.cpp a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte 2010-11-17 07:37:15 +00:00
SemaCodeComplete.cpp Do not produce "purely informative" code completion results for 2010-11-17 21:36:08 +00:00
SemaDecl.cpp -Rename -Wargument-larger-than -> -Wlarge-by-value-copy 2010-11-18 00:20:36 +00:00
SemaDeclAttr.cpp Drop the warning about __attribute__((may_alias)) being used 2010-11-17 17:21:47 +00:00
SemaDeclCXX.cpp Region-allocate all AttributeList objects from a factory object instead of manually managing them 2010-11-10 05:59:39 +00:00
SemaDeclObjC.cpp Improve diagnostics reporting of un-implemented 2010-10-29 23:20:05 +00:00
SemaExceptionSpec.cpp Emulate (some of) Microsoft's looser semantic checking of exception 2010-08-30 15:04:51 +00:00
SemaExpr.cpp comparison of AltiVec vectors now gives bool result (fix for 7533) 2010-11-18 03:19:30 +00:00
SemaExprCXX.cpp Assorted work leading towards the elimination of CK_Unknown. 2010-11-15 09:13:47 +00:00
SemaExprObjC.cpp Introduce a null-to-pointer implicit cast kind. 2010-11-13 01:35:44 +00:00
SemaInit.cpp Assorted work leading towards the elimination of CK_Unknown. 2010-11-15 09:13:47 +00:00
SemaLookup.cpp Restore patch reversed in r118475. Fixes 2010-11-09 21:38:20 +00:00
SemaObjCProperty.cpp For an Objective-C @synthesize statement, e.g., 2010-11-17 01:03:52 +00:00
SemaOverload.cpp Improve diagnostic for calling non-const method on const object. Fixes rdar://7743000 2010-11-16 08:04:45 +00:00
SemaStmt.cpp Region-allocate all AttributeList objects from a factory object instead of manually managing them 2010-11-10 05:59:39 +00:00
SemaTemplate.cpp Assorted work leading towards the elimination of CK_Unknown. 2010-11-15 09:13:47 +00:00
SemaTemplateDeduction.cpp Implement C++0x [temp.func.order]p3 (aka DR532) properly. In 2010-11-15 15:41:16 +00:00
SemaTemplateInstantiate.cpp Replace one hack with a different hack: strip out the ObjectType 2010-11-12 08:19:04 +00:00
SemaTemplateInstantiateDecl.cpp Instantiate class member template partial specialization declarations 2010-11-10 19:44:59 +00:00
SemaType.cpp Add an ExternalASTSource hook to complete a type on demand. 2010-11-16 01:44:35 +00:00
TargetAttributesSema.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Add a new expression kind, OpaqueValueExpr, which is useful for 2010-11-15 23:31:06 +00:00