diff --git a/clang/www/analyzer/alpha_checks.html b/clang/www/analyzer/alpha_checks.html index 501a9bcbc82a9..1ee44c7d355ba 100644 --- a/clang/www/analyzer/alpha_checks.html +++ b/clang/www/analyzer/alpha_checks.html @@ -2,7 +2,9 @@ "http://www.w3.org/TR/html4/strict.dtd"> - Alpha Checks + Alpha Checkers documentation has moved to clang.llvm.org + + @@ -17,938 +19,11 @@
-

Alpha Checkers

-Experimental checkers in addition to the -Default Checkers. These are checkers with known issues or limitations that -keep them from being on by default. They are likely to have false positives. -Bug reports are welcome but will likely not be investigated for some time. -Patches welcome! - - - -

Clone Alpha Checkers

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

Core Alpha Checkers

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

C++ Alpha Checkers

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

Dead Code Alpha Checkers

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

LLVM Checkers

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

OS X Alpha Checkers

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

Security Alpha Checkers

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

Unix Alpha Checkers

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

Non-determinism Alpha Checkers

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

The clangd documentation has moved to clang.llvm.org

+

This page is deprecated and will be removed in release 21.0

+The new site +
diff --git a/clang/www/analyzer/available_checks.html b/clang/www/analyzer/available_checks.html index c23865e57e87d..7be155a5854e8 100644 --- a/clang/www/analyzer/available_checks.html +++ b/clang/www/analyzer/available_checks.html @@ -2,7 +2,9 @@ "http://www.w3.org/TR/html4/strict.dtd"> - Available Checkers + Available Checkers documentation has moved to clang.llvm.org + + @@ -17,1742 +19,11 @@
-

Available Checkers

-The analyzer performs checks that are categorized into families or "checkers". The -default set of checkers covers a variety of checks targeted at finding security -and API usage bugs, dead code, and other logic errors. See the -
Default Checkers list below. In addition to -these, the analyzer contains a number of -Experimental (Alpha) Checkers. -

Writeups with examples of some of the bugs that the analyzer finds

- - -

Default Checkers

- - - -

Core Checkers

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name, DescriptionExample
co
- - -

C++ Checkers

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

Dead Code Checkers

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

Nullability Checkers

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

Optin Checkers

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

OS X Checkers

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name, DescriptionExample
-@interface Test : UIViewController
-@end
-@implementation test
-- (void)viewDidLoad {} // warn
-@end
-
- - -

Security Checkers

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

Unix Checkers

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Name, DescriptionExample
-int test() {
-  return strlen(0); // warn
-}
-
+

The clangd documentation has moved to clang.llvm.org

+

This page is deprecated and will be removed in release 21.0

+The new site +