jbenden/vscode-c-cpp-flylint

Cppcheck - Support for c++14 / c++17 standards

rnd-debug opened this issue · 2 comments

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

Thanks for the report!

@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):

"c-cpp-flylint.cppcheck.standard": {
"type": [
"array",
"null"
],
"default": null,
"description": "The language standards to check against. Can be one or more of: posix, c89, c99, c11, c++03, c++11."
},