mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 03:38:51 +02:00
13 lines
455 B
ReStructuredText
Executable file
13 lines
455 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
|
|
|