llvm-project/clang/lib/Sema
Sean Callanan caa69f0570 Sema::RequireCompleteType currently attempts to
instantiate a class from its template pattern
before it consults the ExternalASTSource.  LLDB
in particular will sometimes provide patterns
that need to be completed first.

To make this possible, I have moved the
completion before the code that does the
instantiation, allowing the ExternalASTSource
to provide the required information.

llvm-svn: 146715
2011-12-16 00:20:31 +00:00
..
AnalysisBasedWarnings.cpp This patch extends thread safety analysis with support for the scoped_lockable attribute. 2011-12-08 20:23:06 +00:00
AttributeList.cpp Propagate __attribute__((returns_twice)) from C to IL. 2011-10-03 14:59:42 +00:00
CMakeLists.txt Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
CodeCompleteConsumer.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
DeclSpec.cpp Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! 2011-10-19 06:04:55 +00:00
DelayedDiagnostic.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
IdentifierResolver.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
JumpDiagnostics.cpp Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD 2011-10-20 21:42:12 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
MultiInitializer.cpp Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. 2011-10-23 18:59:33 +00:00
Scope.cpp Store a parameter index and function prototype depth in every 2011-05-01 22:35:37 +00:00
Sema.cpp Implementing parsing and resolution of module export declarations 2011-12-02 01:47:07 +00:00
SemaAccess.cpp Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
SemaAttr.cpp Add explicit attributes to mark functions as having had their 2011-09-30 05:12:12 +00:00
SemaCXXScopeSpec.cpp Support decltype in nested-name-specifiers. 2011-12-04 05:04:18 +00:00
SemaCast.cpp Revert r145244. It causes us to create broken ASTs with missing type information 2011-11-29 22:48:16 +00:00
SemaChecking.cpp Support the 'a' length modifier in scanf format strings as a C90 2011-12-15 10:25:47 +00:00
SemaCodeComplete.cpp Keep track of all declarations of an Objective-C class (both forward 2011-12-15 20:29:51 +00:00
SemaDecl.cpp Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only 2011-12-15 22:34:59 +00:00
SemaDeclAttr.cpp Add ability to supply additional message to availability macros, 2011-12-10 00:28:41 +00:00
SemaDeclCXX.cpp Produce more detailed diagnostics when static_assert condition is not an ICE. 2011-12-14 23:32:26 +00:00
SemaDeclObjC.cpp Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only 2011-12-15 22:34:59 +00:00
SemaExceptionSpec.cpp Only print _Bool as 'bool' when 'bool' is defined as an object-like 2011-09-27 23:30:47 +00:00
SemaExpr.cpp Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
SemaExprCXX.cpp In debugger support mode, if we have a top-level message send 2011-12-15 00:53:32 +00:00
SemaExprMember.cpp Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
SemaExprObjC.cpp Move the definition-specific data of ObjCInterfaceDecl into a 2011-12-15 05:27:12 +00:00
SemaFixItUtils.cpp Refactor the */& mismatch fixit generation out of SemaOverload and provide a simple conversion checking function. 2011-07-28 19:46:48 +00:00
SemaInit.cpp Revert r145244. It causes us to create broken ASTs with missing type information 2011-11-29 22:48:16 +00:00
SemaLookup.cpp When name lookup finds a module-private Objective-C class declaration, 2011-12-15 20:36:27 +00:00
SemaObjCProperty.cpp objc: do not auto synthesize properties declared in 2011-12-15 01:03:18 +00:00
SemaOverload.cpp Two null Decl*'s don't refer to the same declaration, because they 2011-12-15 17:15:07 +00:00
SemaPseudoObject.cpp Fix the instantiation of pseudo-object expressions. This is a 2011-11-30 04:42:31 +00:00
SemaStmt.cpp Move block return type inference diagnostic to a common place where 2011-12-03 23:53:56 +00:00
SemaTemplate.cpp When we notice that a member function is defined with "= delete" or "= 2011-11-07 20:56:01 +00:00
SemaTemplateDeduction.cpp Add feature to diagnostics that will provide more information on function 2011-11-23 22:32:32 +00:00
SemaTemplateInstantiate.cpp Fixed implicit instantiations source range. 2011-11-18 08:08:52 +00:00
SemaTemplateInstantiateDecl.cpp Make sure that we infer __strong, etc. when we instantiate variables 2011-12-10 01:22:52 +00:00
SemaTemplateVariadic.cpp Check for unexpanded parameter packs in the name that guards a 2011-10-25 03:44:56 +00:00
SemaType.cpp Sema::RequireCompleteType currently attempts to 2011-12-16 00:20:31 +00:00
TargetAttributesSema.cpp Fix compiler warning about && in ||. 2011-09-30 20:32:22 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h When we manage to re-use an expression during tree transformation (= 2011-12-10 00:23:21 +00:00
TypeLocBuilder.h Remove more unnecessary #include <llvm/ADT/SmallVector.h> 2011-06-20 06:11:46 +00:00