cppcheck-vs-addin
cppcheck-vs-addin copied to clipboard
Visual Studio integration for cppcheck, an open-source static code analyzer for C++
Looks like the -j command is hard coded so cppcheck can't check for unused functions
When the analysis is terminated and the results are available it would be very convenient if the click behaviour on file name will be supported (VS2015 Update 3 used) and...
After changing source code and saving changes using Ctrl-S in Visual Studio, the cppCheck result page does not show correct content. A second SAVE action (Ctrl-S) is needed to bring...
If the cppcheck output windows is not the selected Output window, you get no visual confirmation that the cppcheck command has been actioned. If the Output window is visible you...
Settings, inherited from property sheets are not used during check. Include directories and preprocessor definitions should be added to other includes. F.e. I use boost propertysheet in all projects to...
Unless I know otherwise. It is not easy for me to export the results to someone else. I am a security researcher on a team with developers. I wanted to...
Detect long cppcheck analysis run time and display a message with advices on improving performance
Advices should include: - Only checking currently active configuration - Excluding library include paths
So what I have in mind is a "History" combobox, which would default to "Latest check", but you can go back to any previous analysis result if you so desire....