clang-1/lib/Sema
Douglas Gregor 7c1e98f1cb When looking for the instantiated declaration that corresponds to a
given declaration in a template, make sure that the context we're
searching through is complete. Fixes PR6376.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97444 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-01 15:56:25 +00:00
..
CMakeLists.txt Try to make cmake happy 2010-01-10 13:06:34 +00:00
CXXFieldCollector.h
CodeCompleteConsumer.cpp Eliminate cursor kinds used to express definitions. Instead, provide 2010-01-19 19:34:47 +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 Silence some warnings produced by Clang, and add a missing header 2009-11-17 06:14:37 +00:00
Lookup.h Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
ParseAST.cpp Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader 2009-12-01 21:57:20 +00:00
Sema.cpp Implementing unused function warning. 2010-02-12 00:07:30 +00:00
Sema.h When looking for the instantiated declaration that corresponds to a 2010-03-01 15:56:25 +00:00
SemaAccess.cpp Improve access control diagnostics. Perform access control on member-pointer 2010-02-10 09:31:12 +00:00
SemaAttr.cpp Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: 2009-12-02 08:25:40 +00:00
SemaCXXCast.cpp Eliminate the ASTContext parameter from RecordDecl::getDefinition() 2010-02-11 01:04:33 +00:00
SemaCXXScopeSpec.cpp Restore the invariant that a nested-name-specifier can only contain 2010-02-25 04:46:04 +00:00
SemaChecking.cpp Fix crasher caused by setting a bit in a possibly empty bitvector while 2010-02-27 08:34:51 +00:00
SemaCodeComplete.cpp Add some spacing in the code-completion results for a return statement 2010-02-18 04:06:48 +00:00
SemaDecl.cpp Fix a really trivial crasher and begin fleshing out one of the namespace test 2010-02-25 09:32:59 +00:00
SemaDeclAttr.cpp Allow __attribute__((unused)) to be applied to ObjC ivars. 2010-02-25 03:26:51 +00:00
SemaDeclCXX.cpp Skip dependent virtual base classes; fixes PR6413. 2010-02-27 00:25:28 +00:00
SemaDeclObjC.cpp More Sema check for ivars in class continuation. 2010-02-23 23:41:11 +00:00
SemaExceptionSpec.cpp Work around an annoying, non-standard optimization in the glibc 2010-02-12 07:32:17 +00:00
SemaExpr.cpp Add an overload of Preprocessor::getSpelling which takes a SmallVector and 2010-02-27 13:44:12 +00:00
SemaExprCXX.cpp Warn about the deprecated string literal -> char* conversion. Fixes PR6428. 2010-02-28 18:30:25 +00:00
SemaExprObjC.cpp Make Sema::ActOnClassMessage robust when name lookup for the receiver 2010-02-19 15:18:45 +00:00
SemaInit.cpp Commit Eli's fix for implicit conversions to array type. Fixes PR6264. 2010-02-26 01:17:27 +00:00
SemaInit.h Access checking for implicit user-defined conversions. 2010-02-01 03:16:54 +00:00
SemaLookup.cpp Eliminate the default arguments to ASTContext::getFunctionType(), 2010-02-21 22:15:06 +00:00
SemaOverload.cpp Warn about the deprecated string literal -> char* conversion. Fixes PR6428. 2010-02-28 18:30:25 +00:00
SemaOverload.h Warn about the deprecated string literal -> char* conversion. Fixes PR6428. 2010-02-28 18:30:25 +00:00
SemaStmt.cpp Don't warn about case-value conversions from a negative value to a 2010-03-01 01:04:55 +00:00
SemaTemplate.cpp An explicit specialization is allowed following an explicit 2010-02-26 06:03:23 +00:00
SemaTemplate.h Implement partial ordering of function template specializations 2009-09-14 18:39:43 +00:00
SemaTemplateDeduction.cpp Thread a source location into the template-argument deduction routines. There 2010-02-08 23:07:23 +00:00
SemaTemplateInstantiate.cpp When looking for the instantiated declaration that corresponds to a 2010-03-01 15:56:25 +00:00
SemaTemplateInstantiateDecl.cpp When looking for the instantiated declaration that corresponds to a 2010-03-01 15:56:25 +00:00
SemaType.cpp When we encounter a function-specific attribute in a declaration specifier, 2010-02-24 02:27:18 +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 When looking for the instantiated declaration that corresponds to a 2010-03-01 15:56:25 +00:00