clang by Ciro Santilli 37 Updated 2025-07-16
LLVM front-end for C and related language like C++ etc.
Clang is a compiler front end for the C, C++, and Objective-C programming languages. It is part of the LLVM (Low Level Virtual Machine) project and serves as a highly efficient and modular toolchain. Clang aims to provide fast compilation times, expressive diagnostics (compiler error and warning messages), and support for modern language features.

New to topics? Read the docs here!