Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags
authorHans Wennborg <hans@hanshq.net>
Sat, 31 May 2014 01:30:30 +0000 (01:30 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 31 May 2014 01:30:30 +0000 (01:30 +0000)
commit613807b4d0c19b5ebd3fd3a5bc106d4a34324cc5
tree5571132faaa1c0f87e7f05b2cbf50fc2be11bb40
parentcb82dfb11c95e671dbacd66a066114e7e88678ac
Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags

I was bitten by this when working with the dll attributes: when a dll
attribute was cloned from a class template declaration to its
specialization, the Inherited flag didn't get cloned.

Differential Revision: http://reviews.llvm.org/D3972

llvm-svn: 209950
clang/utils/TableGen/ClangAttrEmitter.cpp