[all-commits] [llvm/llvm-project] 47ec8b: [pseudo] Fix leaks after D126731
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jun 3 18:43:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47ec8b557416682a10970d07f536f9cd303d2c0c
https://github.com/llvm/llvm-project/commit/47ec8b557416682a10970d07f536f9cd303d2c0c
Author: Fangrui Song <i at maskray.me>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M clang-tools-extra/pseudo/lib/grammar/Grammar.cpp
Log Message:
-----------
[pseudo] Fix leaks after D126731
Array Operator new Cookies help lsan find allocations, while std::array
can't.
More information about the All-commits
mailing list