Cppcheck - Support for c++14 / c++17 standards
rnd-debug opened this issue · 2 comments
rnd-debug commented
Hello,
it seems (server/src/linters/cppcheck.ts) that c14 / c17 standards are not part of the "allowedStandards" for cppcheck.
Would it be possible to allow them?
[Edit] if it can help, here are the release notes of cppcheck: https://github.com/danmar/cppcheck/releases
jbenden commented
Thanks for the report!
rnd-debug commented
@jbenden Thx! Really appreciated!
For the things to be even more beautiful, can you also fix the extension's docs?
(you updated the clang part in the docs, instead of the part concerning cppcheck):
vscode-c-cpp-flylint/client/package.json
Lines 344 to 351 in a57b6e9