Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haoNoQ/clang-analyzer-guide
An easy guide to Clang Static Analyzer extension.
https://github.com/haoNoQ/clang-analyzer-guide
Last synced: 3 months ago
JSON representation
An easy guide to Clang Static Analyzer extension.
- Host: GitHub
- URL: https://github.com/haoNoQ/clang-analyzer-guide
- Owner: haoNoQ
- License: cc-by-4.0
- Created: 2016-04-22T15:44:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T20:18:34.000Z (over 4 years ago)
- Last Synced: 2024-06-20T10:29:57.146Z (5 months ago)
- Language: TeX
- Size: 257 KB
- Stars: 130
- Watchers: 8
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clang - clang-analyzer-guide
README
# 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.## Downloads:
Binary releases are available right here on github:
https://github.com/haoNoQ/clang-analyzer-guide/releases## 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!## 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.