summaryrefslogtreecommitdiffstats
path: root/docs/code-quality/static-analysis/writing-new/index.rst
blob: 9107fb1b594a56203bb5be0f85227c3fe5484507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Writing New Firefox-Specific Static Analysis Checks
===================================================

This section is intended to help Mozilla engineers either casually play with writing a static analysis check
or seriously develop one we can land and run internally.  While being written for internal consumption, it's broadly applicable outside Mozilla.

.. toctree::
  :maxdepth: 2

  clang-query.rst
  writing-matchers.rst
  matcher-cookbook.rst
  adding-a-check.rst
  advanced-check-features.rst