From: Anton Yartsev Date: Wed, 24 Dec 2014 00:46:56 +0000 (+0000) Subject: [analyzer] +memory.ZeroAlloc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d26c83b01fb1216f7ed8b35294c3fbed322841a8;p=clang [analyzer] +memory.ZeroAlloc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224796 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/potential_checkers.html b/www/analyzer/potential_checkers.html index 7ac8c5c9f3..67ec5ab3d7 100644 --- a/www/analyzer/potential_checkers.html +++ b/www/analyzer/potential_checkers.html @@ -104,6 +104,31 @@ void test() { + + + + @@ -461,7 +486,7 @@ unix.Malloc.

Source: C++03 3.7.3.1p2; C++11 3.7.4.1p2.