TypeLocBuilder 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 D156222
[NFC][clang] Fix static analyzer concerns Fznamznon on Jul 25 2023, 3:05 AM. Authored by
Details TypeLocBuilder frees resources in the destructor but doesn't have
Diff Detail
|