[PATCH] D119580: [LLVM][Support] Delete "copy" constructor of BumpPtrAllocatorImpl

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 13:35:46 PST 2022


JDevlieghere added a comment.

In D119580#3315572 <https://reviews.llvm.org/D119580#3315572>, @zixuw wrote:

> I'm having trouble to find an appropriate place and approach to test this. Any ideas?

Maybe you can use the `std::is_copy_constructible` trait in a unit test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119580



More information about the llvm-commits mailing list