ValueFlow analysis is limited in ProcessRequest. Use --check-level=exhaustive if full analysis is wanted.
hmm you can't. that is a mistake. I have created this ticket: https://trac.cppcheck.net/ticket/11787
A temporary workaround might be:
scan your cppcheck GUI project on the command line like so:
cppcheck --project=app.cppcheck --enable=style --check-mode=exhaustive 2> err.xml
open file err.xml in the cppcheck GUI.
Log in to post a comment.
hmm you can't. that is a mistake. I have created this ticket: https://trac.cppcheck.net/ticket/11787
A temporary workaround might be:
scan your cppcheck GUI project on the command line like so:
cppcheck --project=app.cppcheck --enable=style --check-mode=exhaustive 2> err.xml
open file err.xml in the cppcheck GUI.