From: Dominic Chen Date: Tue, 18 Oct 2016 01:15:19 +0000 (+0000) Subject: [analyzer] Update alpha and potential checker documentation, esp. alpha.valist X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00c200807668c41c169a4cc29701d02de0c33bed;p=clang [analyzer] Update alpha and potential checker documentation, esp. alpha.valist Summary: Move alpha.valist from potential to alpha since it was implemented in D15227 Cleanup some HTML comments, add a missing link Reviewers: jordan_rose, zaks.anna Subscribers: cfe-commits, xazax.hun Differential Revision: https://reviews.llvm.org/D25663 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284445 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/alpha_checks.html b/www/analyzer/alpha_checks.html index 6f5e4f1708..0312d16ace 100644 --- a/www/analyzer/alpha_checks.html +++ b/www/analyzer/alpha_checks.html @@ -26,13 +26,14 @@ Patches welcome! - +

Core Alpha Checkers

@@ -179,7 +180,7 @@ int test(struct s *p) {
- +

C++ Alpha Checkers

@@ -226,7 +227,76 @@ public:
- + + + +

Variable Argument Alpha Checkers

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

Dead Code Alpha Checkers

@@ -267,7 +337,7 @@ void test(id x) {
- +

OS X Alpha Checkers

@@ -433,7 +503,7 @@ invalidatable instance variables.
- +

Security Alpha Checkers

@@ -584,7 +654,7 @@ void test() {
- +

Unix Alpha Checkers

diff --git a/www/analyzer/potential_checkers.html b/www/analyzer/potential_checkers.html index 0e5fba3e02..2e6a201d79 100644 --- a/www/analyzer/potential_checkers.html +++ b/www/analyzer/potential_checkers.html @@ -180,64 +180,6 @@ void test(A *dst, A *src) {
- -

va_list

- -- - - - - - - - - - -
Name, DescriptionExampleProgress
-PR16811
-PR16812
-

exceptions

@@ -384,7 +326,8 @@ void test() { // warn: the right operand to '-' is always 0 } - +
removed from alpha.deadcode.* at r198476
removed from alpha.deadcode.* at +r198476