diff options
-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"> |