tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (504B)


      1 Writing New Firefox-Specific Static Analysis Checks
      2 ===================================================
      3 
      4 This section is intended to help Mozilla engineers either casually play with writing a static analysis check
      5 or seriously develop one we can land and run internally.  While being written for internal consumption, it's broadly applicable outside Mozilla.
      6 
      7 .. toctree::
      8  :maxdepth: 2
      9 
     10  clang-query.rst
     11  writing-matchers.rst
     12  matcher-cookbook.rst
     13  adding-a-check.rst
     14  advanced-check-features.rst