SpareSimian
SpareSimian
Still no output with VS 2019 16.10.3 on Win10 x64 21H1. I figured I'd get either a dialog or output in the log window showing analysis progress. I might see...
I cloned/built/installed and the current master fixes the problem for me, using VS 16.10.4.
I unloaded my version and tried the one from your January zip file and that does nothing, as with 1.4.2. So it sounds like the build environment might be a...
Both my Release and Debug builds produce output. So it's not the configuration.
Why not check only the current configuration and use *all* of its macros? I'm using wxWidgets GUI portability library and it fails badly without any macros defined.
Since you're running in the VS context and have access to the current configuration, you should be able to expand its PreprocessorDefinitions and generate -D arguments for cppcheck. Although you...
I couldn't see any -D options in the generated command line.
That must be it. Only the last checkbox was checked. Recall that checking one file insisted on checking the whole project, but it wasn't including macros on the command line....
With my 1.4.3 built from master (commit a5b1556b5f1ca8cae41bd237971bfaab7554650b), I right-clicked on a source file in Solution Explorer and selected "CPPCheck selected items" and it ran away checking everything, not just...
I'm using Microsoft Visual Studio Community 2019 Version 16.11.15 and it doesn't happen with my x64 project. (I added foo.cpp with your one-liner to my project and don't get an...