You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a compiler front-end for the C family of languages (C, C++ and Objective-C) which is built as part of the LLVM compiler infrastructure project.
6
+
7
+
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.
8
+
9
+
If you're interested in more (including how to build Clang) it is best to read the relevant websites. Here are some pointers:
10
+
11
+
* Information on Clang: http://clang.llvm.org/
12
+
13
+
* Building and using Clang: http://clang.llvm.org/get_started.html
0 commit comments