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
154 stars 29 forks source link

Feature Request: Support for clang tidy #27

Open agauniyal opened 6 years ago

agauniyal commented 6 years ago

Clang tidy is another c++ static linter and supports tons of rules, just like cppcheck. http://clang.llvm.org/extra/clang-tidy/

dzid26 commented 1 year ago