Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 912 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 912 Bytes

Clang Static Analyzer - A Checker Developer's Guide.

An easy guide to Clang Static Analyzer extensions.

Licensing

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Compiling:

On Linux, Install dia, rsvg-convert, and most of LaTeX, then run the provided compile.sh script. This automates generation of includable diagrams from the respective .dia files. If you manage to automate the process on any other OS, please share!

# On Ubuntu 
apt install dia
apt install librsvg2-bin
apt install texlive-full

Reporting issues:

Please report issues with this guide here on github, and ask questions about the analyzer in the cfe-dev mailing list. Pull requests are also welcome.