aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
diff options
context:
space:
mode:
authorShafik Yaghmour <shafik.yaghmour@intel.com>2025-10-03 14:26:22 -0700
committerGitHub <noreply@github.com>2025-10-03 14:26:22 -0700
commit50285eaa594618bc430114da17fcce3c24f36810 (patch)
tree2b59d151127df418c8592b0dbe93434efb92ce2f /llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
parent1d65d9ce06fef890389e61990d9c748162334e55 (diff)
downloadllvm-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