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)
commit2a06681133ecc39336d64700688f1b99a8b04bbb
tree260559942a8d7de9f25e444accb1dfc79a2e6d8d
parent275746d7688d9617114e746b2d167f171eee3f31
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

llvm-svn: 219897
clang/lib/Sema/TreeTransform.h
clang/test/SemaTemplate/instantiate-non-dependent-types.cpp