]> granicus.if.org Git - clang/commit
Strip attributes and 'inline' off the "previous declaration" of a
authorJohn McCall <rjmccall@apple.com>
Thu, 11 Feb 2010 01:33:53 +0000 (01:33 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 11 Feb 2010 01:33:53 +0000 (01:33 +0000)
commit75042398c34413594a9f5f56f5f3761ea37fd2d0
treedbfbe5dcd63c109c06433285a263e1c3c4fb9579
parent2d5b70386d6f5553b667b6e407ca781b4ca2009e
Strip attributes and 'inline' off the "previous declaration" of a
template explicit specialization.  Complete an apparently stalled refactor
towards using CheckSpecializationInstantiationRedecl().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95845 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp