]> granicus.if.org Git - clang/commit
Fix instantiation of template functions with local classes that contain virtual
authorChandler Carruth <chandlerc@gmail.com>
Mon, 15 Feb 2010 22:12:26 +0000 (22:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 15 Feb 2010 22:12:26 +0000 (22:12 +0000)
commit17e0f407d56748da21050db13ff3a093b1ffdcb7
tree795b6cc95f2e646bec4fb06df9d10083e056938d
parent44703f59ed2ae7854a08cf67cb2474c31e0698ec
Fix instantiation of template functions with local classes that contain virtual
methods.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96283 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/instantiate-local-class.cpp