[all-commits] [llvm/llvm-project] a623f4: [NFC][clang] Fix static analyzer concerns
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Fri Jul 28 05:30:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a623f4c7849838361c9a69324cf669100bc0e414
https://github.com/llvm/llvm-project/commit/a623f4c7849838361c9a69324cf669100bc0e414
Author: Podchishchaeva, Mariya <mariya.podchishchaeva at intel.com>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M clang/lib/Frontend/FrontendAction.cpp
Log Message:
-----------
[NFC][clang] Fix static analyzer concerns
DelegatingDeserializationListener 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/D156405
More information about the All-commits
mailing list