]> granicus.if.org Git - clang/commit
Instantiate attributes from the pattern record when instantiating
authorJohn McCall <rjmccall@apple.com>
Sun, 1 Aug 2010 02:01:53 +0000 (02:01 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 1 Aug 2010 02:01:53 +0000 (02:01 +0000)
commit1d8d1ccd36888f1120b3a1df9e76f35dc2edb81d
tree681a591782b70968a914a83c716235993c641dd7
parentb567a8b94c1067e2518e50eb58d13421550a2e02
Instantiate attributes from the pattern record when instantiating
a class template.  Fixes rdar://problem/8243419.

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