llvm-project/clang/lib/Sema
Nick Lewycky ef4f456866 Tie DefineVTablesUsed() in with recursive function instantiation so that we emit
a useful template instantiation stack. Fixes PR8640.

This also causes a slight change to where the "instantianted from" note shows up
in truly esoteric cases (see the change to test/SemaCXX/destructor.cpp), but
that isn't directly the fault of this patch.

llvm-svn: 120135
2010-11-25 00:35:20 +00:00
..
AnalysisBasedWarnings.cpp Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch 2010-09-16 01:25:47 +00:00
AttributeList.cpp Front-end support for __attribute__((may_alias)). This is not 2010-11-17 00:03:07 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
CodeCompleteConsumer.cpp Eliminate the (de-)serialization of code completion results, now that 2010-10-11 22:12:15 +00:00
DeclSpec.cpp Refactoring of Diagnostic class. 2010-11-18 20:06:41 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Implement an indirect-goto optimization for goto *&&lbl and respect this 2010-10-28 08:53:48 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Tie DefineVTablesUsed() in with recursive function instantiation so that we emit 2010-11-25 00:35:20 +00:00
SemaAccess.cpp Access control polish: drop the note on the original declaration and 2010-10-20 08:15:06 +00:00
SemaAttr.cpp Make #pragma unused work for static local variables. 2010-11-09 14:57:47 +00:00
SemaCXXCast.cpp Switch a lot of call-sites over to using the new value-kind calculations. 2010-11-24 05:12:34 +00:00
SemaCXXScopeSpec.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
SemaChecking.cpp Calculate the value kind of an expression when it's created and 2010-11-18 06:31:45 +00:00
SemaCodeComplete.cpp Do not produce "purely informative" code completion results for 2010-11-17 21:36:08 +00:00
SemaDecl.cpp Microsoft C anonymous struct implementation. 2010-11-23 06:07:27 +00:00
SemaDeclAttr.cpp Remove static_casts from SemaDeclAttr.cpp 2010-11-23 20:45:58 +00:00
SemaDeclCXX.cpp Redeclarations of using declarations are not okay in function scopes. 2010-11-23 22:03:51 +00:00
SemaDeclObjC.cpp Improve diagnostics reporting of un-implemented 2010-10-29 23:20:05 +00:00
SemaExceptionSpec.cpp Emulate (some of) Microsoft's looser semantic checking of exception 2010-08-30 15:04:51 +00:00
SemaExpr.cpp Switch a lot of call-sites over to using the new value-kind calculations. 2010-11-24 05:12:34 +00:00
SemaExprCXX.cpp Switch a lot of call-sites over to using the new value-kind calculations. 2010-11-24 05:12:34 +00:00
SemaExprObjC.cpp Add an assertion, fix a whole bunch of bugs, comment the assertion 2010-11-18 19:01:18 +00:00
SemaInit.cpp Switch a lot of call-sites over to using the new value-kind calculations. 2010-11-24 05:12:34 +00:00
SemaLookup.cpp Restore patch reversed in r118475. Fixes 2010-11-09 21:38:20 +00:00
SemaObjCProperty.cpp Calculate the value kind of an expression when it's created and 2010-11-18 06:31:45 +00:00
SemaOverload.cpp Switch a lot of call-sites over to using the new value-kind calculations. 2010-11-24 05:12:34 +00:00
SemaStmt.cpp Switch a lot of call-sites over to using the new value-kind calculations. 2010-11-24 05:12:34 +00:00
SemaTemplate.cpp A few tweaks to the value-kind computation: 2010-11-23 20:48:44 +00:00
SemaTemplateDeduction.cpp Switch a lot of call-sites over to using the new value-kind calculations. 2010-11-24 05:12:34 +00:00
SemaTemplateInstantiate.cpp A bundle of whitespace changes, separated out from the functional changes. 2010-11-20 01:29:55 +00:00
SemaTemplateInstantiateDecl.cpp Tie DefineVTablesUsed() in with recursive function instantiation so that we emit 2010-11-25 00:35:20 +00:00
SemaType.cpp Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. 2010-11-22 10:30:56 +00:00
TargetAttributesSema.cpp Split out a header to hold APIs meant for the Sema implementation from Sema.h. 2010-08-25 22:03:47 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" 2010-11-20 02:04:01 +00:00