We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6ef4e commit 23f6358Copy full SHA for 23f6358
clang/lib/AST/ByteCode/DynamicAllocator.h
@@ -59,6 +59,8 @@ class DynamicAllocator final {
59
60
public:
61
DynamicAllocator() = default;
62
+ DynamicAllocator(DynamicAllocator &) = delete;
63
+ DynamicAllocator(DynamicAllocator &&) = delete;
64
~DynamicAllocator();
65
66
void cleanup();
0 commit comments