[all-commits] [llvm/llvm-project] 160a75: [clang-repl][test] Suppress memory lease after #76218
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Jan 18 13:09:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 160a750e63256e58fc171f1b6cccf8b61bb05f42
https://github.com/llvm/llvm-project/commit/160a750e63256e58fc171f1b6cccf8b61bb05f42
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M clang/unittests/Interpreter/InterpreterTest.cpp
Log Message:
-----------
[clang-repl][test] Suppress memory lease after #76218
`new` was introduced in this patch, but I don't see `delete` to release
the memory.
More information about the All-commits
mailing list