How to Install clang-tidy in Ubuntu 18.04



Install clang-tidy by entering the following commands in the terminal:

sudo apt update
sudo apt install clang-tidy

Description:

clang-based C++ linter tool

Provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks. . clang-tidy replaces clang-modernize . This is a dependency package providing the clang tidy tool.

Version: 1:6.0-41~exp4

Section: universe/devel