diff options
author | Bing1 Yu <bing1.yu@intel.com> | 2023-05-31 10:34:55 +0800 |
---|---|---|
committer | Bing1 Yu <bing1.yu@intel.com> | 2023-05-31 10:35:19 +0800 |
commit | d5001e4f0daa19d41da8715e511acaa125cef0a4 (patch) | |
tree | 30ccfbe70e6c12a8a5fc61fc00365ca12b56b3f0 /clang/lib/Basic/Module.cpp | |
parent | 7e99d318fddb8b02bfbd7cfcd0e44281052b382e (diff) | |
download | llvm-d5001e4f0daa19d41da8715e511acaa125cef0a4.zip llvm-d5001e4f0daa19d41da8715e511acaa125cef0a4.tar.gz llvm-d5001e4f0daa19d41da8715e511acaa125cef0a4.tar.bz2 |
[MC] Disable default copy ctor and copy assignment operator for CodeViewContext
class CodeViewContext manages resources such as dynamically allocated memory, it's generally a good practice to either implement a custom copy constructor or disable the default one.
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D151695
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions