llvm-project/clang/test/CXX/temp/temp.spec
Chandler Carruth cfe41db403 Support explicit instantiation of function templates and members of class
templates when only the declaration is in scope. This requires deferring the
instantiation to be lazy, and ensuring the definition is required for that
translation unit. We re-use the existing pending instantiation queue,
previously only used to track implicit instantiations which were required to be
lazy. Fixes PR7979.

A subsequent change will rename *PendingImplicitInstantiations to
*PendingInstatiations for clarity given its broader role.

llvm-svn: 112037
2010-08-25 08:27:02 +00:00
..
temp.expl.spec Support friend function specializations. 2010-03-24 07:46:06 +00:00
temp.explicit Support explicit instantiation of function templates and members of class 2010-08-25 08:27:02 +00:00
temp.inst Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
p5.cpp Make sure that we don't visit redeclarations of nested classes while 2010-04-18 18:11:38 +00:00