diff options
author | Bing1 Yu <bing1.yu@intel.com> | 2023-05-31 10:33:52 +0800 |
---|---|---|
committer | Bing1 Yu <bing1.yu@intel.com> | 2023-05-31 10:34:29 +0800 |
commit | 7e99d318fddb8b02bfbd7cfcd0e44281052b382e (patch) | |
tree | 99f058c8606ddfdb96f88707ebd7357536b394d9 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5f2ce1981593d6e877d4879bdb46152cf6a444db (diff) | |
download | llvm-7e99d318fddb8b02bfbd7cfcd0e44281052b382e.zip llvm-7e99d318fddb8b02bfbd7cfcd0e44281052b382e.tar.gz llvm-7e99d318fddb8b02bfbd7cfcd0e44281052b382e.tar.bz2 |
[MachineScheduler] Disable default copy ctor and copy assignment operator for SchedBoundary
class SchedBoundary 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: pengfei
Differential Revision: https://reviews.llvm.org/D151686
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions