]> granicus.if.org Git - clang/commit
Bugfix in template instantiation in CXXPseudoDestructorExpr.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 16 Oct 2014 03:04:35 +0000 (03:04 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 16 Oct 2014 03:04:35 +0000 (03:04 +0000)
commit87f89f4b3b6cbc70f4236654fe05770f87bb6a4f
treead151e81832c1bc6b43726b5412bf0d762499b3c
parent116b574e0f3f08f29a443070342d70547d5abf6e
Bugfix in template instantiation in CXXPseudoDestructorExpr.
Fix for clang crash when instantiating a template with qualified lookup for members in non-class types.
Differential Revision: http://reviews.llvm.org/D5769

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219897 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/SemaTemplate/instantiate-non-dependent-types.cpp