[PATCH] D97324: [NFC] Make TrailingObjects non-copyable/non-movable

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 15:07:52 PST 2021


jyknight accepted this revision.
jyknight added a comment.
This revision is now accepted and ready to land.

I can imagine there being some cases where these could theoretically be useful.

But if you've tested this change and it doesn't cause build failures with any existing uses of TrailingObjects in llvm-project, then LGTM.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97324/new/

https://reviews.llvm.org/D97324



More information about the llvm-commits mailing list