From d26c83b01fb1216f7ed8b35294c3fbed322841a8 Mon Sep 17 00:00:00 2001 From: Anton Yartsev Date: Wed, 24 Dec 2014 00:46:56 +0000 Subject: [PATCH] [analyzer] +memory.ZeroAlloc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224796 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/potential_checkers.html | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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.