mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 13:02:57 +00:00
16 lines
528 B
ReStructuredText
Executable File
16 lines
528 B
ReStructuredText
Executable File
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
|
|
compiler-explorer.rst
|
|
writing-matchers.rst
|
|
matcher-cookbook.rst
|
|
adding-a-check.rst
|
|
advanced-check-features.rst
|