How to Install clang-tools-5.0 in Ubuntu 18.04



Install clang-tools-5.0 by entering the following commands in the terminal:

sudo apt update
sudo apt install clang-tools-5.0

Description:

clang-based tools for C/C++ developments

Clang project is a C, C++, Objective C and Objective C++ front-end based on the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang implements all of the ISO C++ 1998, 11 and 14 standards and also provides most of the support of C++17. . This package contains some clang-based tools like scan-build, clangd, clang-cl, etc.

Homepage: http://www.llvm.org/

Version: 1:5.0.1-4

Section: universe/devel