code analysis c++-20 (and beyond) #9108
-
how can I set the integrated clang-tidy to recognize c++-20? |
Beta Was this translation helpful? Give feedback.
Answered by
sean-mcmanus
Mar 29, 2022
Replies: 1 comment
-
Our clang-tidy feature currently gets most of its configuration from IntelliSense, so you need to set the cppStandard setting in c_cpp_properties.json or C_Cpp.default.cppStandard. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our clang-tidy feature currently gets most of its configuration from IntelliSense, so you need to set the cppStandard setting in c_cpp_properties.json or C_Cpp.default.cppStandard.