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 | e861dd947dea550eeefaa6ce628f6b56c209a6c8 (patch) | |
tree | a9051b7f5f087832f26f3863ff4a82741ef73d3d /www | |
parent | 9573c3a6bec505ef89903813cc047fd3518e18c1 (diff) |
Add prologue text for list of potential checkers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/analyzer/potential_checkers.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/analyzer/potential_checkers.html b/www/analyzer/potential_checkers.html index 025c0a8e16..f65106efaf 100644 --- a/www/analyzer/potential_checkers.html +++ b/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"> |