aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CXXInheritance.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-03-02 23:09:38 +0000
committerJohn McCall <rjmccall@apple.com>2010-03-02 23:09:38 +0000
commite97c32f9578861d575ca96bbbae426c76cbc9024 (patch)
tree3c81be5c5f7a59942ec6a27c937be5a03b9757ab /lib/AST/CXXInheritance.cpp
parent5ba290a12fb9390a77ea4dca3d98deb53022d182 (diff)
Suppress implicit member redeclarations arising from explicit instantiation
declarations after the member has been explicitly specialized. We already did this after explicit instantiation definitions; not doing it for declarations meant that subsequent definitions would see a previous member declaration with specialization kind "explicit instantiation decl", which would then happily get overridden. Fixes PR 6458. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CXXInheritance.cpp')
0 files changed, 0 insertions, 0 deletions