An open API service indexing awesome lists of open source software.

https://github.com/fredericheem/cppfixitaddin

A Visual Studio 2010/2012 Add-In for C++ static analysis with Clang
https://github.com/fredericheem/cppfixitaddin

Last synced: 8 months ago
JSON representation

A Visual Studio 2010/2012 Add-In for C++ static analysis with Clang

Awesome Lists containing this project

README

          

CppFixItAddIn is a visual studio add-in for performing C++ static analysis.
It statically analyzes C++ code from either a file, a project or a solution.
No configuration required, information about the defines and include are extracted from the visual studio c++ project.

The Clang c++ static analyzer is used as the backend.