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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D156900
[NFC][clang] Fix static analyzer concerns Fznamznon on Aug 2 2023, 7:31 AM. Authored by
Details InterpState frees resources in the destructor but doesn't
Diff Detail
|