search menu icon-carat-right cmu-wordmark

Clang-Tidy

September 2017 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

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.