CppFixItAddIn is a Visual Studio add-in to perform C++ static analysis with Clang. Analyze a solution, a project or a single file C++ file from within Visual Studio. Warning and errors found during the analysis are displayed in the ErrorView. Jump to the source code with a double click on the culprit line:
Beside the menubar, projects can be analyzed from the solution explorer:
Visual Studio 2010 and 2012 are supported. Please contact me for other version. For more information, please visit the CppFixItAddIn google+ page. Source code available at https://github.com/FredericHeem/CppFixItAddIn
|