Index: www/analyzer/checker_dev_manual.html
===================================================================
--- www/analyzer/checker_dev_manual.html
+++ www/analyzer/checker_dev_manual.html
@@ -705,6 +705,20 @@
The list of Implicit Checkers
+Checker Reviewer Checklist
+
+- Is there unintended branching in the exploded graph?
+- Are there unintended sinks?
+- Produced reports are easy to understand? Do we need bug visitors? Is there a way to suppress false positives?
+- Have the checker been run on large projects?
+- Did we update the list of available checks on the homepage?
+- Are GDM structures properly cleaned up?
+- Escaping into unkown functions is properly handled (if applicable)?
+- Is -analyzer-checker=core included in all RUN: lines?
+- Is the description in Checkers.td clear to the users?
+- Are Checkers.td and the CMakeLists entry alphabetically ordered?
+
+