Click here to Skip to main content
15,892,072 members
Articles / Programming Languages / C++

A Static Analysis Tool for C++

Rate me:
Please Sign up or sign in to vote.
4.99/5 (33 votes)
14 Jul 2022GPL323 min read 109.8K   2.3K   93  
Automating Scott Meyers' recommendations, cleaning up #include directives, analyzing dependencies...
This article is a user guide to a static analysis tool for C++ code. Among other things, the tool can clean up #include lists, highlight violations of C++ best practices, and analyze dependencies within the code base. It can also implement many of its suggestions by editing the code. The article also provides a high-level overview of the tool's implementation.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect
United States United States
Author of Robust Services Core (GitHub) and Robust Communications Software (Wiley). Formerly Chief Software Architect of the core network servers that handle the calls in AT&T's wireless network.

Comments and Discussions