[all-commits] [llvm/llvm-project] 5cb378: [sanitizers] Remove the test case involving `new i...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Thu Nov 5 06:17:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5cb378fab3bedbaeef708ae725bdccb813d48519
https://github.com/llvm/llvm-project/commit/5cb378fab3bedbaeef708ae725bdccb813d48519
Author: Vy Nguyen <vyng at google.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M compiler-rt/test/asan/TestCases/leaks.cpp
Log Message:
-----------
[sanitizers] Remove the test case involving `new int[0]`
Bionic doesn't acutally allocate any memory in this case, so there won't be a leak on Android.
Differential Revision: https://reviews.llvm.org/D90821
More information about the All-commits
mailing list