Index: www/analyzer/checker_dev_manual.html =================================================================== --- www/analyzer/checker_dev_manual.html +++ www/analyzer/checker_dev_manual.html @@ -675,6 +675,111 @@ (gdb) p C.getPredecessor()->getCodeDecl().getBody()->dump() + + +
  • Patterns that you should most likely avoid even if they're not technically wrong:
  • + +
  • Checkers are encouraged to actively participate in the analysis by sharing + their knowledge about the program state with the rest of the analyzer, + but they should not be disrupting the analysis unnecessarily:
  • + +

    Additional Sources of Information

    Here are some additional resources that are useful when working on the Clang