Clang-Tidy
• Software
Clang-Tidy is Clang-based C++ "linter" tool that provides an extensible framework for diagnosing and fixing typical programming errors.
Publisher
The LLVM Foundation
Topic or Tag
Abstract
Clang-Tidy is Clang-based C++ "linter" tool that provides an extensible framework for diagnosing and fixing typical programming errors, such as style violations, interface misuse, or bugs that can be deduced by static analysis. Clang-Tidy is modular and provides a convenient interface for writing new checks.