IdDeclInfoMap 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 D156904
[NFC][clang] Fix static analyzer concerns Fznamznon on Aug 2 2023, 7:50 AM. Authored by
Details IdDeclInfoMap frees resources in the destructor but doesn't
Diff Detail
|