clang

Clang Head

Latest version: 21.1.7 registry icon
Maintenance score
0
Safety score
0
Popularity score
26
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
21.1.7 0 0 0 0 0
20.1.5 0 0 0 0 0
20.1.4 0 0 0 0 0
20.1.3 0 0 0 0 0
20.1.2 0 0 0 0 0
20.1.0 0 0 0 0 0
19.1.7 0 0 0 0 0
18.1.8 0 0 0 0 0
17.0.6 0 0 0 0 0
16.0.6 0 0 0 0 0
16.0.1.1 0 0 0 0 0
16.0.1 0 0 0 0 0
15.0.7 0 0 0 0 0
14.0.6 0 0 0 0 0
14.0 0 0 0 0 0
13.0.1 0 0 0 0 0
12.0.1 0 0 0 0 0
11.1 0 0 0 0 0
11.0 0 0 0 0 0
10.0.1 0 0 0 0 0
9.0 0 0 0 0 0
8.0.1 0 0 0 0 0
7.1.0 0 0 0 0 0
6.0.0.2 0 0 0 0 0
6.0.0.1 0 0 0 0 0
6.0.0 0 0 0 0 0
5.0 0 0 0 0 0
4.0.post1 0 0 0 0 0
4.0 0 0 0 0 0
3.9.post1 0 0 0 0 0
3.9 0 0 0 0 0
3.8.post1 0 0 0 0 0
3.8 0 0 0 0 0
3.7 0 0 0 0 0
3.5 0 0 0 0 0
3.4 0 0 0 0 0
3.3-svn191928 0 0 0 0 0
3.3 0 0 0 0 0
3.2 0 0 0 0 0

Stability
Latest release:

21.1.7 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Apache-1.0   -   Apache License 1.0

Not a wildcard

Not proprietary

OSI Compliant



//===----------------------------------------------------------------------===// // C Language Family Front-end //===----------------------------------------------------------------------===//

Welcome to Clang. This is a compiler front-end for the C family of languages (C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things beyond just compiling code: we intend for Clang to be host to a number of different source-level tools. One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read the relevant web sites. Here are some pointers:

Information on Clang: http://clang.llvm.org/ Building and using Clang: http://clang.llvm.org/get_started.html Clang Static Analyzer: http://clang-analyzer.llvm.org/ Information on the LLVM project: http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is on the Clang development mailing list: http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

If you find a bug in Clang, please file it in the LLVM bug tracker: http://llvm.org/bugs/