Statements, expressions and types are not supposed to be copied/moved, and trying to do so is only going to result in tears. Someone tripped on this a few days ago on the mailing list. NFC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Yep. I though it was already done but after checking it seems I remembered incorrectly.
Comment Actions
Huh, never mind. It seems that at least ImplicitParamDecls are used in a SmallVector, and this requires the copy-constructor to be usable.