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.
Details
Details
- Reviewers
aaron.ballman rnk - Commits
- rG613807b4d0c1: Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags
rC209950: Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags
rL209950: Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags
Diff Detail
Diff Detail
- Repository
- rL LLVM