I use cppcheck-build-dir argument.
(with std=c++03) Cppcheck run without cppcheck-build-dir ~10 minutes Cppcheck run with cppcheck-build-dir ~2 minutes
Next, I am changing std=c++11 It takes approximately ~2 minutes (just like with c++03)
Does cppcheck-build-dir take this change c++03 -> c++11 into account? (could be different errors)
Log in to post a comment.
I use cppcheck-build-dir argument.
(with std=c++03)
Cppcheck run without cppcheck-build-dir ~10 minutes
Cppcheck run with cppcheck-build-dir ~2 minutes
Next, I am changing std=c++11
It takes approximately ~2 minutes (just like with c++03)
Does cppcheck-build-dir take this change c++03 -> c++11 into account? (could be different errors)