mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 06:31:50 +08:00
This is a polymorphic class, copying it is a bad idea. This was not a problem because most classes inheriting from it were deleting their copy operations themselves. However, this enables us to delete those explicit deletions, and ensure noone forgets to add them in the future.
1.0 KiB
1.0 KiB