diff options
| author | Ted Kremenek <kremenek@apple.com> | 2012-10-11 06:26:56 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2012-10-11 06:26:56 +0000 |
| commit | eb182629088c11ff4894a27beb78098905dab994 (patch) | |
| tree | 72a28782d2de9acee9abced2a82df538ade6fa1c /clang | |
| parent | 3f9fa52ca7f19d56a356f53676168e22293b5990 (diff) | |
| download | bcm5719-llvm-eb182629088c11ff4894a27beb78098905dab994.tar.gz bcm5719-llvm-eb182629088c11ff4894a27beb78098905dab994.zip | |
Add prologue text for list of potential checkers.
llvm-svn: 165705
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/www/analyzer/potential_checkers.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/www/analyzer/potential_checkers.html b/clang/www/analyzer/potential_checkers.html index 025c0a8e169..f65106efaf9 100644 --- a/clang/www/analyzer/potential_checkers.html +++ b/clang/www/analyzer/potential_checkers.html @@ -18,6 +18,8 @@ <div id="content"> <h1>List of potential checkers</h1> +<p>This page contains a list of potential checkers to implement in the static analyzer. If you are interested in contributing to the analyzer's development, this is a good resource to help you get started. The specific names of the checkers are subject to review, and are provided here as suggestions.</p> + <!-- ========================= allocation/deallocation ======================= --> <h3>allocation/deallocation</h3> <table class="checkers"> |

