Skip to content

An easy guide to Clang Static Analyzer extension.

License

CC-BY-4.0, Unknown licenses found

Licenses found

CC-BY-4.0
LICENSE
Unknown
license.png
Notifications You must be signed in to change notification settings

ykdu/clang-analyzer-guide

 
 

Repository files navigation

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.

About

An easy guide to Clang Static Analyzer extension.

Resources

License

CC-BY-4.0, Unknown licenses found

Licenses found

CC-BY-4.0
LICENSE
Unknown
license.png

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 99.8%
  • Shell 0.2%