Files
clang-p2996/clang/lib/CodeGen/CGStmtOpenMP.cpp
Podchishchaeva, Mariya cc928c6830 [NFC][clang] Fix static analyzer concerns
OMPTransformDirectiveScopeRAII doesn't have user-written copy
constructor/assignment operator but it frees memory in the destructor.
Delete these members since doesn't seem that OMPTransformDirectiveScopeRAII
objects are intended for copy.

Reviewed By: tahonermann, ABataev

Differential Revision: https://reviews.llvm.org/D155849
2023-07-24 05:15:50 -07:00

338 KiB