From: Kristof Umann Date: Sun, 21 Oct 2018 22:10:15 +0000 (+0000) Subject: [analyzer][www] Update alpha_checks.html X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a240d331d5b4d8e886272c038c23b20fa7348c39;p=clang [analyzer][www] Update alpha_checks.html I added some missing doc. I have not developed any of these checkers, it might worth really inspecting whether I wrote something terribly incorrect. Differential Revision: https://reviews.llvm.org/D52969 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/alpha_checks.html b/www/analyzer/alpha_checks.html index 53635b7050..d6aaa02a8e 100644 --- a/www/analyzer/alpha_checks.html +++ b/www/analyzer/alpha_checks.html @@ -107,6 +107,7 @@ void test(void) { } + + + + + + @@ -296,72 +325,142 @@ void test(int x) { - + + +Reports destructions of polymorphic objects with a non-virtual destructor in +their base class + + + + + + + + + + + + + + + + + - + - -
Name, DescriptionExample
- - - - -

Variable Argument Alpha Checkers

- - - - - - - - - - - -
Name, DescriptionExample
+

Dead Code Alpha Checkers

@@ -783,6 +812,23 @@ void test(int n) { + + + +