cppcheck
cppcheck copied to clipboard
fixed and enabled `readability-avoid-const-params-in-decls` clang-tidy warnings
I filed https://trac.cppcheck.net/ticket/11602 for the symbolDatabaseWarning selfcheck warnings.
These changes also triggered the already fixed https://trac.cppcheck.net/ticket/11535.
conflict..
and I still feel a bit skeptic to have different constness in declaration/implementation. I don't see matching constness as bad style.