]> granicus.if.org Git - clang/commit
Make sure that we don't visit redeclarations of nested classes while
authorDouglas Gregor <dgregor@apple.com>
Sun, 18 Apr 2010 18:11:38 +0000 (18:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 18 Apr 2010 18:11:38 +0000 (18:11 +0000)
commita77eaa9f4562dc611aa121a20ee8f2e2146765ce
tree791508fec7c3949b5ba4f04437793258d0266e6f
parentc1c9df77c098a651b56db3052ed174a47cbde5b6
Make sure that we don't visit redeclarations of nested classes while
instantiating class members as part of an explicit
instantiation. Addresses a compilation problem in
Boost.Serialization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101725 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
test/CXX/temp/temp.spec/p5.cpp