Index: www/analyzer/available_checks.html =================================================================== --- www/analyzer/available_checks.html +++ www/analyzer/available_checks.html @@ -43,6 +43,7 @@
  • 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
  • +
  • Variable Argument Checkers
  • @@ -369,6 +370,25 @@ Name, DescriptionExample + + + + + + + @@ -458,6 +479,7 @@ +

    Nullability Checkers

    @@ -535,6 +557,21 @@ } + + + +
    @@ -610,6 +647,95 @@ [alarmStateLabel setText:alarmText]; + + + + + + + + + + + + @@ -649,6 +775,9 @@ + + + + + + + + + + +