diff options
author | Shafik Yaghmour <shafik.yaghmour@intel.com> | 2025-10-03 14:26:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-03 14:26:22 -0700 |
commit | 50285eaa594618bc430114da17fcce3c24f36810 (patch) | |
tree | 2b59d151127df418c8592b0dbe93434efb92ce2f /llvm/lib/Transforms/IPO/FunctionSpecialization.cpp | |
parent | 1d65d9ce06fef890389e61990d9c748162334e55 (diff) | |
download | llvm-50285eaa594618bc430114da17fcce3c24f36810.zip llvm-50285eaa594618bc430114da17fcce3c24f36810.tar.gz llvm-50285eaa594618bc430114da17fcce3c24f36810.tar.bz2 |
[OpenMP][Clang][NFC] Initializer all of ScanInfo member variables and add deleted copy ctor and assignment operator (#158130)
Static analysis flagged that we were not initializing all of the members
of ScanInfo, fix this so that they are all initialized. Also it pointed
out that we were not following the rule of three. We had a custom
destructor but not copy constructor or assignment. We should never copy
or assignment so defaulting them as deleted.
Diffstat (limited to 'llvm/lib/Transforms/IPO/FunctionSpecialization.cpp')
0 files changed, 0 insertions, 0 deletions