llvm-project/clang/lib/Sema
Fariborz Jahanian 7d62273c87 refactor CheckForwardProtocolDeclarationForCircularDependency returns
'true' on detecting protocol cycles. No functionality change.

llvm-svn: 131297
2011-05-13 18:02:08 +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 Fix a bunch of major problems with __unknown_anytype and properly test 2011-04-09 22:50:59 +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 Support for C++11 (non-template) alias declarations. 2011-04-15 14:24:37 +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 Implement CWG1170, which makes access-control errors into template 2011-05-11 23:45:11 +00:00
SemaAccess.cpp Hrm 2011-05-12 22:46:25 +00:00
SemaAttr.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
SemaCXXCast.cpp In Microsoft mode, allow conversion from pointer to integral type no matter what size the integral type is. Necessary to parse MFC code. 2011-05-11 22:13:54 +00:00
SemaCXXScopeSpec.cpp Implement support for C++0x alias templates. 2011-05-05 21:57:07 +00:00
SemaChecking.cpp Extend -Wnon-pod-memset to also encompass memcpy() and memmove(), 2011-05-03 20:37:33 +00:00
SemaCodeComplete.cpp When providing code completions for an Objective-C property access, 2011-05-05 15:50:42 +00:00
SemaDecl.cpp Properly parse the 'default' and 'delete' keywords. 2011-05-12 06:15:49 +00:00
SemaDeclAttr.cpp Add ms_struct attribute on record typee 2011-04-26 17:54:40 +00:00
SemaDeclCXX.cpp Defaulting copy constructors now works reasonably well. 2011-05-13 06:10:58 +00:00
SemaDeclObjC.cpp refactor CheckForwardProtocolDeclarationForCircularDependency returns 2011-05-13 18:02:08 +00:00
SemaExceptionSpec.cpp For consistency, change suffix from war_ to warn_ for some Microsoft warnings I introduced lately. 2011-04-22 08:25:24 +00:00
SemaExpr.cpp Defaulting copy constructors now works reasonably well. 2011-05-13 06:10:58 +00:00
SemaExprCXX.cpp Implement the __is_trivially_copyable type trait 2011-05-13 00:31:07 +00:00
SemaExprObjC.cpp "note" location of forward class used as receiver of 2011-04-23 17:27:19 +00:00
SemaInit.cpp Implement defaulting of destructors. 2011-05-12 22:46:29 +00:00
SemaLookup.cpp Implement implicit deletion of default constructors. 2011-05-11 22:34:38 +00:00
SemaObjCProperty.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
SemaOverload.cpp Allow implicit conversion from function pointer to void* in Microsoft mode. 2011-05-08 22:52:41 +00:00
SemaStmt.cpp Use a heralded conversion to bool in inline-asm constraints. 2011-05-10 23:39:47 +00:00
SemaTemplate.cpp Teach the template parameter dependency checker used when matching 2011-05-13 00:34:01 +00:00
SemaTemplateDeduction.cpp Re-applies the patch first applied way back in r106099, with 2011-05-01 00:51:33 +00:00
SemaTemplateInstantiate.cpp When determining whether we need to instantiate a function type, 2011-05-09 20:45:16 +00:00
SemaTemplateInstantiateDecl.cpp Fix crasher spotted in IWYU. 2011-05-12 03:51:24 +00:00
SemaTemplateVariadic.cpp Switch the interface name for both TemplateTypeParmType and 2011-05-01 01:05:51 +00:00
SemaType.cpp Implement support for C++0x alias templates. 2011-05-05 21:57:07 +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 Patch for PR 7409 - only error on definition of invalid typedefs. Suppress errors for additional uses of this invalid typedef. 2011-05-07 01:36:37 +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