clang-1/lib/Sema
Douglas Gregor ccd471341d A built-in overload candidate is consider a non-template function when
determining whether one overload candidate is better than
another. Fixes PR7319.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105642 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-08 21:03:17 +00:00
..
AnalysisBasedWarnings.cpp Add a hack to silence warnings about failing to return from functions after 2010-05-17 23:51:52 +00:00
AnalysisBasedWarnings.h Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions 2010-04-08 18:51:44 +00:00
CMakeLists.txt Convert DeclNodes to use TableGen. 2010-05-30 07:21:58 +00:00
CXXFieldCollector.h ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not 2010-03-17 19:25:57 +00:00
CodeCompleteConsumer.cpp Introduce priorities into the code-completion results. 2010-05-26 22:00:08 +00:00
IdentifierResolver.cpp Optimize the implementation of IdDeclInfo pooling in the IdentifierResolver. 2010-02-15 19:38:00 +00:00
IdentifierResolver.h Eliminate dead code. 2010-01-02 21:44:36 +00:00
JumpDiagnostics.cpp Improve commentary on the indirect-goto jump scope checker and extract 2010-05-12 02:37:54 +00:00
Lookup.h Recommit r102215, this time being more careful to only set the "principal 2010-04-24 01:30:58 +00:00
Makefile Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
ParseAST.cpp push some source location information down through the compiler, 2010-04-20 20:35:58 +00:00
Sema.cpp Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to 2010-06-01 09:23:16 +00:00
Sema.h Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs. Fixes a problem where compiling for NEON would use x86 sema rules. 2010-06-08 02:47:44 +00:00
SemaAccess.cpp PR7245: Make binding a reference to a temporary without a usable copy 2010-06-07 15:58:05 +00:00
SemaAttr.cpp Sema: Fix comment, apparently #pragma options align=power is just the same as 2010-05-28 20:08:00 +00:00
SemaCXXCast.cpp When deciding whether reinterpret_cast casts away constness we need to look at array qualifiers. Fixes rdar://problem/8018292. 2010-06-04 22:47:55 +00:00
SemaCXXScopeSpec.cpp It turns out that basically every caller to RequireCompleteDeclContext 2010-05-01 00:40:08 +00:00
SemaChecking.cpp Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs. Fixes a problem where compiling for NEON would use x86 sema rules. 2010-06-08 02:47:44 +00:00
SemaCodeComplete.cpp Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to 2010-06-01 09:23:16 +00:00
SemaDecl.cpp Added AccessSpecDecl node. 2010-06-05 05:09:32 +00:00
SemaDeclAttr.cpp Roll back r104941. 2010-05-28 18:25:28 +00:00
SemaDeclCXX.cpp Added AccessSpecDecl node. 2010-06-05 05:09:32 +00:00
SemaDeclObjC.cpp Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. 2010-06-04 23:28:52 +00:00
SemaExceptionSpec.cpp Disable exception-spec compatibility checking under -fno-exceptions. 2010-05-28 08:37:35 +00:00
SemaExpr.cpp Warn about comparisons between arrays and improve self-comparison 2010-06-08 19:50:34 +00:00
SemaExprCXX.cpp Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. 2010-06-04 23:28:52 +00:00
SemaExprObjC.cpp Improve our handling of reference binding for subobjects of 2010-05-22 05:17:18 +00:00
SemaInit.cpp Use MaybeCreateCXXExprWithTemporaries for potential destruction of 2010-06-07 16:14:00 +00:00
SemaInit.h Use MaybeCreateCXXExprWithTemporaries for potential destruction of 2010-06-07 16:14:00 +00:00
SemaLookup.cpp A more minimal fix for PR6762. 2010-05-28 18:45:08 +00:00
SemaObjCProperty.cpp Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. 2010-06-04 23:28:52 +00:00
SemaOverload.cpp A built-in overload candidate is consider a non-template function when 2010-06-08 21:03:17 +00:00
SemaOverload.h An identity conversion is better than any non-identity 2010-05-23 22:10:15 +00:00
SemaStmt.cpp If a switch condition is constant, don't warn about missing enum cases. 2010-05-18 03:19:21 +00:00
SemaTemplate.cpp Add an extension to avoid an error when a global template has the same name as 2010-06-05 01:39:57 +00:00
SemaTemplate.h After performing template argument deduction for a function template, 2010-03-28 02:42:43 +00:00
SemaTemplateDeduction.cpp Substantially alter the design of the Objective C type AST by introducing 2010-05-15 11:32:37 +00:00
SemaTemplateInstantiate.cpp Make sure that we instantiate variably modified types, even if they 2010-05-24 17:22:01 +00:00
SemaTemplateInstantiateDecl.cpp Added AccessSpecDecl node. 2010-06-05 05:09:32 +00:00
SemaType.cpp Simplify the methods for creating a pointer, reference, member-pointer, 2010-06-05 06:41:15 +00:00
TargetAttributesSema.cpp Don't emit a warning about a dllimport attribute being used in a typedef 2010-02-21 05:12:56 +00:00
TargetAttributesSema.h Generalize target weirdness handling having proper layering in mind: 2010-01-10 12:58:08 +00:00
TreeTransform.h Simplify the methods for creating a pointer, reference, member-pointer, 2010-06-05 06:41:15 +00:00