llvm-project/clang/lib/Sema
Rafael Espindola ea7537f2a2 Don't warn on unused member functions that are extern because of a typedef.
llvm-svn: 171267
2012-12-30 21:42:26 +00:00
..
AnalysisBasedWarnings.cpp Fix analysis based warnings so that all warnings are emitted when compiling 2012-12-07 22:53:48 +00:00
AttributeList.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
CMakeLists.txt From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. 2012-10-18 19:05:02 +00:00
CodeCompleteConsumer.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
DeclSpec.cpp Add comments back that were accidentally removed in r170933. 2012-12-21 22:38:37 +00:00
DelayedDiagnostic.cpp objective-C: when diagnosing deprecated/unavailable usage of 2012-09-21 20:46:37 +00:00
IdentifierResolver.cpp IdentifierResolver: Remove an unnecessary include and an unused parameter. 2012-12-17 03:51:09 +00:00
JumpDiagnostics.cpp Fix for PR12222. 2012-12-25 14:51:39 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
MultiplexExternalSemaSource.cpp Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 2012-12-19 00:45:41 +00:00
Scope.cpp Reapply r151638 and r151641. 2012-02-29 10:24:19 +00:00
ScopeInfo.cpp -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. 2012-10-11 17:02:00 +00:00
Sema.cpp Don't warn on unused member functions that are extern because of a typedef. 2012-12-30 21:42:26 +00:00
SemaAccess.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SemaAttr.cpp Add 171048 back but invalidate the cache of all redeclarations when setting 2012-12-25 07:31:49 +00:00
SemaCXXScopeSpec.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SemaCast.cpp objc: DOn't complain if a (SEL) expression is typecast 2012-12-13 00:42:06 +00:00
SemaChecking.cpp Tweak Sema::CheckLiteralKind() to also include block literals 2012-12-21 22:46:35 +00:00
SemaCodeComplete.cpp Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. 2012-12-20 19:22:21 +00:00
SemaConsumer.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
SemaDecl.cpp Use hasCLanguageLinkage when warning about non C return types. 2012-12-30 20:40:41 +00:00
SemaDeclAttr.cpp Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. 2012-12-25 08:53:55 +00:00
SemaDeclCXX.cpp ArrayRefize a CompoundStmt constructor. 2012-12-29 20:03:39 +00:00
SemaDeclObjC.cpp Don't complain about incomplete implementations for methods that are 2012-12-11 18:53:07 +00:00
SemaExceptionSpec.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SemaExpr.cpp Improve diagnostic wording for when an implicitly-deleted special member 2012-12-28 12:23:24 +00:00
SemaExprCXX.cpp ArrayRefize a CompoundStmt constructor. 2012-12-29 20:03:39 +00:00
SemaExprMember.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SemaExprObjC.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SemaFixItUtils.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
SemaInit.cpp Fix for PR12222. 2012-12-25 14:51:39 +00:00
SemaLambda.cpp Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. 2012-12-20 19:22:21 +00:00
SemaLookup.cpp Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as per review discussion in r170365 2012-12-19 00:45:41 +00:00
SemaObjCProperty.cpp Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. 2012-12-20 19:22:21 +00:00
SemaOverload.cpp Reject overloading of two static extern C functions. 2012-12-28 14:21:58 +00:00
SemaPseudoObject.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SemaStmt.cpp ArrayRefize CXXTryStmt. 2012-12-29 20:13:03 +00:00
SemaStmtAsm.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SemaStmtAttr.cpp Improve C++11 attribute parsing. 2012-10-03 01:56:22 +00:00
SemaTemplate.cpp Remove duplicate includes. 2012-12-21 17:07:08 +00:00
SemaTemplateDeduction.cpp Fix http://stackoverflow.com/questions/13521163 2012-12-06 06:44:44 +00:00
SemaTemplateInstantiate.cpp PR13470: Ensure that copy-list-initialization isntantiates as 2012-12-19 01:39:02 +00:00
SemaTemplateInstantiateDecl.cpp PR13470: Ensure that copy-list-initialization isntantiates as 2012-12-19 01:39:02 +00:00
SemaTemplateVariadic.cpp Re-commit r170428 changes with Linux style file endings. 2012-12-18 14:38:23 +00:00
SemaType.cpp Add intel_ocl_bicc calling convention as a function attribute to clang. The calling convention is already implemented in LLVM. 2012-12-25 08:53:55 +00:00
TargetAttributesSema.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
TargetAttributesSema.h Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. 2012-12-20 19:22:21 +00:00
TreeTransform.h Fix regression in r170489: when instantiating a direct initializer which is a 2012-12-21 08:13:35 +00:00
TypeLocBuilder.h Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00