Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 3.55 KB

static-code-analysis.md

File metadata and controls

67 lines (56 loc) · 3.55 KB

Bookmarks tagged [static-code-analysis]

http://cppcheck.sourceforge.net/

A tool for static C/C++ code analysis. - source


https://www.cppdepend.com/

Simplifies managing a complex C/C++ code base by analyzing and visualizing code dependencies, by defining design rules, by doing impact analysis, and comparing different versions of the code.


https://github.com/cpplint/cpplint

A C++ style checker following Google's C++ style guide.


http://www.viva64.com/en/pvs-studio/

A tool for bug detection in the source code of programs, written in C, C++ and C.


https://github.com/tomtom-international/cpp-dependencies

Tool to check C++ include dependencies (dependency graphs created in .dot format). [Apache]


https://github.com/include-what-you-use/include-what-you-use

A tool for use with clang to analyze includes in C and C++ source files. website


http://oclint.org/

A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C. - source


http://clang-analyzer.llvm.org/index.html

A source code analysis tool that finds bugs in C, C++, and Objective-C programs.


http://linticator.com

Eclipse CDT integration of Pc-/FlexeLint.


https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B

A list of tools for static code analysis from Wikipedia.