From: Anton Yartsev Date: Wed, 24 Dec 2014 01:04:38 +0000 (+0000) Subject: [analyzer] Updated progress for memory.ZeroAlloc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7122576614cc26038b834ad3785099c264cfb2d0;p=clang [analyzer] Updated progress for memory.ZeroAlloc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224797 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/potential_checkers.html b/www/analyzer/potential_checkers.html index 67ec5ab3d7..101e3c6fc4 100644 --- a/www/analyzer/potential_checkers.html +++ b/www/analyzer/potential_checkers.html @@ -127,7 +127,8 @@ void test() { delete[] p; } - + +D6178