From 1531e0774c5897389431d26270424039a2f7a789 Mon Sep 17 00:00:00 2001 From: Gabor Horvath Date: Fri, 10 Mar 2017 14:50:12 +0000 Subject: [analyzer] Extend block in critical section check with C11 and Pthread APIs. Patch by Zoltan Daniel Torok! Differential Revision: https://reviews.llvm.org/D29567 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297461 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/analyzer/alpha_checks.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'www/analyzer') diff --git a/www/analyzer/alpha_checks.html b/www/analyzer/alpha_checks.html index 0312d16ace..ce9392b996 100644 --- a/www/analyzer/alpha_checks.html +++ b/www/analyzer/alpha_checks.html @@ -910,6 +910,30 @@ void test(char *y) { } + + + -- cgit v1.2.3