[all-commits] [llvm/llvm-project] a2cd6d: [lldb] Fix demangler leaks in the DWARF AST parser
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Apr 19 16:37:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2cd6d07691a645bfb8fb5eeeba2eb5970312c7f
https://github.com/llvm/llvm-project/commit/a2cd6d07691a645bfb8fb5eeeba2eb5970312c7f
Author: Fangrui Song <i at maskray.me>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[lldb] Fix demangler leaks in the DWARF AST parser
This fixes 6 check-lldb-shell failures in a `-DLLVM_USE_SANITIZER=Leaks` build.
Differential Revision: https://reviews.llvm.org/D100800
More information about the All-commits
mailing list