diff options
author | Podchishchaeva, Mariya <mariya.podchishchaeva@intel.com> | 2023-07-28 05:32:36 -0700 |
---|---|---|
committer | Podchishchaeva, Mariya <mariya.podchishchaeva@intel.com> | 2023-07-28 05:32:41 -0700 |
commit | a457067d2c6b3416233d67e280c9b73dc170da46 (patch) | |
tree | d7a9040ba73c3e723177888ca5df256fea7f3dec /llvm/lib/CodeGen/PatchableFunction.cpp | |
parent | 9fe23fbb2318f86eab0a8404c5024ee04f1eb83d (diff) | |
download | llvm-a457067d2c6b3416233d67e280c9b73dc170da46.zip llvm-a457067d2c6b3416233d67e280c9b73dc170da46.tar.gz llvm-a457067d2c6b3416233d67e280c9b73dc170da46.tar.bz2 |
[NFC][clang] Fix static analyzer concerns
IdentifierResolver frees resources in the destructor but doesn't
have user-written copy c'tor or assignment operator, so copying it using
default ones can cause double free.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D156406
Diffstat (limited to 'llvm/lib/CodeGen/PatchableFunction.cpp')
0 files changed, 0 insertions, 0 deletions