aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorPodchishchaeva, Mariya <mariya.podchishchaeva@intel.com>2023-08-03 01:53:23 -0700
committerPodchishchaeva, Mariya <mariya.podchishchaeva@intel.com>2023-08-03 02:00:17 -0700
commitc4bb3e073548cf436d5fa0406e3ae75e94684dec (patch)
tree0d62cd3e60e92bdce2e6c67b1d012253188a3ed7 /clang/lib/Frontend/CompilerInvocation.cpp
parent781883ea624a6c0cd426af0043b0287b116466ee (diff)
downloadllvm-c4bb3e073548cf436d5fa0406e3ae75e94684dec.zip
llvm-c4bb3e073548cf436d5fa0406e3ae75e94684dec.tar.gz
llvm-c4bb3e073548cf436d5fa0406e3ae75e94684dec.tar.bz2
[NFC][clang] Fix static analyzer concerns
InterpState 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/D156900
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions