[NFC][clang] Fix static analyzer concerns
authorPodchishchaeva, Mariya <mariya.podchishchaeva@intel.com>
Mon, 24 Jul 2023 12:15:40 +0000 (05:15 -0700)
committerPodchishchaeva, Mariya <mariya.podchishchaeva@intel.com>
Mon, 24 Jul 2023 12:15:50 +0000 (05:15 -0700)
commitcc928c683058b2e43d250234066609008aa02f68
treef002538903ee544e0da6d802f7172b94af199db8
parentdfca88341794eec88c5009a93c569172fff62635
[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
clang/lib/CodeGen/CGStmtOpenMP.cpp