jbenden / vscode-c-cpp-flylint

A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.
MIT License
153 stars 29 forks source link

c-cpp-flylint.clang.standard should allow c++2b or c++23 #137

Closed Wongboo closed 2 years ago

Wongboo commented 3 years ago

c-cpp-flylint.clang.standard should allow c++2b or c++23

jbenden commented 2 years ago

Hi,

The setting should be possible to have these values, is it not? Or do you mean the documentation text should list these values?

Thanks! -Joe

jbenden commented 2 years ago

Any value should be permitted in the settings, providing the tools in question also support such value.