| commit | 613807b4d0c19b5ebd3fd3a5bc106d4a34324cc5 | [log] [tgz] |
|---|---|---|
| author | Hans Wennborg <hans@hanshq.net> | Sat May 31 01:30:30 2014 +0000 |
| committer | Hans Wennborg <hans@hanshq.net> | Sat May 31 01:30:30 2014 +0000 |
| tree | 5571132faaa1c0f87e7f05b2cbf50fc2be11bb40 | |
| parent | cb82dfb11c95e671dbacd66a066114e7e88678ac [diff] |
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