]> granicus.if.org Git - clang/commit
Teach clang to instantiate attributes on more declarations. Fixes PR7102.
authorDouglas Gregor <dgregor@apple.com>
Wed, 19 May 2010 03:39:53 +0000 (03:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 19 May 2010 03:39:53 +0000 (03:39 +0000)
commit7d2bcc74fd32875b737dabe3b4f867fe4c907ca0
tree234c62ba3cf367affaea17e6df6950c19737b31f
parent26bcf67d0156e2aec6ea184f8c2fb6186ec7b1e3
Teach clang to instantiate attributes on more declarations. Fixes PR7102.

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