VioletGiraffe / cppcheck-vs-addin

Visual Studio integration for cppcheck, an open-source static code analyzer for C++
MIT License
413 stars 86 forks source link

Fix for problems discussed in Issue#175 #206

Closed graemekelly closed 5 years ago

graemekelly commented 5 years ago

Workaround for failure to load VCProjectEngine interface discussed in issue #175 plus potential side-effect of the real underlying problem (which remains unfixed) and async error that was mentioned in the same thread at the end. Pretty sure this is also issue #204 because (as observed in the discussion for the earlier issue, the behaviour of the GetInterface failure was changed along with changes for VS2019 support).

ghost commented 5 years ago

DeepCode Report (#0f4714)

DeepCode analyzed this pull request. There are no new issues.

graemekelly commented 5 years ago

Argh. I did not realise that 2nd one (for issue #205 ) would be added back onto this PR. Not sure if I did something wrong on the UI or I am just misunderstanding how this is meant to work.

VioletGiraffe commented 5 years ago

No problem, it is what it is. Thanks!