Skip to content

Commit 4601d9c

Browse files
author
git apple-llvm automerger
committed
Merge commit '23f6358ec309' from llvm.org/main into next
2 parents acc4eb1 + 23f6358 commit 4601d9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/AST/ByteCode/DynamicAllocator.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class DynamicAllocator final {
5959

6060
public:
6161
DynamicAllocator() = default;
62+
DynamicAllocator(DynamicAllocator &) = delete;
63+
DynamicAllocator(DynamicAllocator &&) = delete;
6264
~DynamicAllocator();
6365

6466
void cleanup();

0 commit comments

Comments
 (0)