How to Install clang-3.9-doc in Ubuntu 18.04



Install clang-3.9-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install clang-3.9-doc

Description:

C, C++ and Objective-C compiler (LLVM based) - Documentation

Clang project is a C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Its goal is to offer a replacement to the GNU Compiler Collection (GCC). . Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard, and is considered a production-quality C++ compiler. . This package contains the documentation.

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

Version: 1:3.9.1-19ubuntu1

Section: universe/doc