Daniel Marjamäki
Daniel Marjamäki
maybe. does this encourage users to include all system paths? that would be unfortunate. can users test out cppcheck on their code without getting a flood of warnings about missing...
> Having a missing local include will lead to false positives and negatives. And having it in the same results makes it easier for IDE integrations to report misconfigurations. I...
> CMake has Cppcheck support built in but that performs a complete build and invokes Cppcheck next to it. sorry you probably know it already .. but can you generate...
> I am not sure what you mean. Do you mean for the IDE analysis? if there is a compile database then the plugin can execute: cppcheck --project=compile_commands.json --file-filter=thefile.c to...
I am not sure. I do develop Cppcheck for the use case that the stdio etc are not included. I never include system headers when I run Cppcheck myself. But...
> Handles "jumping" correctly (assignment of token inside loop body): This looks weird to me. It's not consistent with normal range for loop behavior. So I wonder if this handling...
thanks for looking into this.
there are plenty of test failures. did you see that? AssertionError: cppcheck: error: Visual Studio solution file header not found the path for the solution file used is : test/cli/helloworld/helloworld.sln
yes. Sorry for the delay.. it just seems complex.. thanks a lot for working on this!
hmm it does sound pretty reasonable to be able to fetch a certain list of packages and feed that to the client.