]> granicus.if.org Git - clang/commit
When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr
authorDouglas Gregor <dgregor@apple.com>
Tue, 27 Apr 2010 16:10:10 +0000 (16:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 27 Apr 2010 16:10:10 +0000 (16:10 +0000)
commit66c45154186b7786d5dca645d548d73c47cf5d87
treeb7675b47a2d5a31d680172f31334169745501647
parent1744a3504af13343f4bc0e566f6d7349fc6e3f04
When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr
expressions, be sure to set the naming class of the LookupResult
structure. Fixes PR6947.

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