clang-tidy in Visual Studio Code

preview_player
Показать описание

clang-tidy is an extensible C++ linter which can be used to find issues in your code and to enforce style rules in your codebase. Find out how you can leverage it from within Visual Studio Code.
Рекомендации по теме
Комментарии
Автор

Thanks for the tutorial. Is the clang-tidy included in the C/C++ extension? I can see v1.8.0-insiders includes the clang-tidy. But 1.12.4 seems not to include the clang-tidy. I am trying to avoid installing the LLVM on macOS

wizardy
Автор

Very clear tutorial.
What about the clangd extension? What are the tradeoffs between the two extensions?

e
Автор

What is it .. ? Is it make my work very Simple and easy?

ovskihouse