Index: cfe/trunk/www/analyzer/alpha_checks.html =================================================================== --- cfe/trunk/www/analyzer/alpha_checks.html +++ cfe/trunk/www/analyzer/alpha_checks.html @@ -24,6 +24,7 @@ Bug reports are welcome but will likely not be investigated for some time. Patches welcome! + + +

Clone Alpha Checkers

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

Core Alpha Checkers

@@ -53,6 +86,28 @@ + + + + + + + + + + + @@ -178,6 +274,21 @@ } + + + +
@@ -188,19 +299,6 @@ - - - - - - - - - - - - Index: cfe/trunk/www/analyzer/available_checks.html =================================================================== --- cfe/trunk/www/analyzer/available_checks.html +++ cfe/trunk/www/analyzer/available_checks.html @@ -38,12 +38,14 @@
  • Core Checkers model core language features and perform general-purpose checks such as division by zero, null pointer dereference, usage of uninitialized values, etc.
  • C++ Checkers perform C++-specific checks
  • Dead Code Checkers check for unused code
  • +
  • Nullability Checkers
  • +
  • Optin Checkers
  • OS X Checkers perform Objective-C-specific checks and check the use of Apple's SDKs (OS X and iOS)
  • Security Checkers check for insecure API usage and perform checks based on the CERT Secure Coding Standards
  • Unix Checkers check the use of Unix and POSIX APIs
  • - +

    Core Checkers

    @@ -360,7 +362,7 @@
    - +

    C++ Checkers

    @@ -421,9 +423,21 @@ } + + +
    - +

    Dead Code Checkers

    @@ -444,7 +458,161 @@
    - + +

    Nullability Checkers

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

    Optin Checkers

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

    OS X Checkers

    @@ -466,6 +634,22 @@ + + + + + + + + @@ -688,6 +932,21 @@ + + + + @@ -742,6 +1001,26 @@ + + + + @@ -855,7 +1134,7 @@
    - +

    Security Checkers

    @@ -995,7 +1274,7 @@
    - +

    Unix Checkers

    @@ -1188,6 +1467,38 @@ + + + +