Oliver Stöneberg
Oliver Stöneberg
> This is mostly clean now and reduces the size from 168 bytes to 136 bytes. > > But the `debugpath` code is broken. And I still want to cleanup...
> Does it make sense to hide `debugpath` behind some build flag? If somebody needs it then he can build cppcheck with that. Or maybe leave it out in the...
> In the future, I would like to introduce dynamic attributes as some of these attributes are only used for some rare occasions, and it doesnt make sense to always...
Mostly extracted from #4325.
Need to perform a major overhaul of the platform loading first since it seems it is not doing at all what it seems to do.
This is to expose tests (or other commands) which generate (and leave) files in the source tree. Files which are being ignored should not fail this. This should primarily be...
Okay, it succeeding was unexpected. Maybe these stray files are (incorrectly) covered by `.gitignore` - will investigate.
``` HEAD detached at pull/6787/merge Untracked files: (use "git add ..." to include in what will be committed) .ccache/ addons/test/cppcheck-addon-ctu-file-list cmake.output.signal/ cppcheck-addon-ctu-file-list test-signalhandler test-stacktrace test/cli/cppcheck-addon-ctu-file-list test/cli/helloworld/cppcheck-addon-ctu-file-list test/cli/helloworld/test.cppcheck test/cli/proj2/test.cppcheck test/cli/test.cppcheck nothing...
Thanks for your contribution. This lacks tests. I think you "just" need to extend the tests added in #7142.
Since this involves the builddir we also need to add a Python test which generates cached data with such messages. It is possible that a case involving this already exists...