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
- Host: GitHub
- URL: https://github.com/fredericheem/cppfixitaddin
- Owner: FredericHeem
- Created: 2014-12-13T16:26:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T08:38:05.000Z (about 11 years ago)
- Last Synced: 2024-04-15T09:07:58.738Z (about 2 years ago)
- Language: C#
- Size: 1.11 MB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.