diff options
author | Podchishchaeva, Mariya <mariya.podchishchaeva@intel.com> | 2023-08-03 08:37:54 -0700 |
---|---|---|
committer | Podchishchaeva, Mariya <mariya.podchishchaeva@intel.com> | 2023-08-03 08:37:58 -0700 |
commit | 25d6f9ddc1913de1094fa610ce77288f337771a2 (patch) | |
tree | 5fb34ca31c54b695549707d2b108c8860de7b547 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f887cb10acc9fb21e389703062398adf1331232f (diff) | |
download | llvm-25d6f9ddc1913de1094fa610ce77288f337771a2.zip llvm-25d6f9ddc1913de1094fa610ce77288f337771a2.tar.gz llvm-25d6f9ddc1913de1094fa610ce77288f337771a2.tar.bz2 |
[NFC][clang] Fix static analyzer concerns
A bunch of classes in APValue free resources in the destructor but don't
have user-written copy c'tor or assignment operator, so copying them using
default ones can cause double free.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D156975
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions