[ORC] Remove EDU from dependants list of dependencies before destroying.
[llvm-project.git] / clang / README.txt
blob477f720b193fbdd6c7ca344bdd8ee98a49f47c43
1 //===----------------------------------------------------------------------===//
2 // C Language Family Front-end
3 //===----------------------------------------------------------------------===//
5 Welcome to Clang.  This is a compiler front-end for the C family of languages
6 (C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
7 compiler infrastructure project.
9 Unlike many other compiler frontends, Clang is useful for a number of things
10 beyond just compiling code: we intend for Clang to be host to a number of
11 different source-level tools.  One example of this is the Clang Static Analyzer.
13 If you're interested in more (including how to build Clang) it is best to read
14 the relevant web sites.  Here are some pointers:
16 Information on Clang:             http://clang.llvm.org/
17 Building and using Clang:         http://clang.llvm.org/get_started.html
18 Clang Static Analyzer:            http://clang-analyzer.llvm.org/
19 Information on the LLVM project:  http://llvm.org/
21 If you have questions or comments about Clang, a great place to discuss them is
22 on the Clang forums:
23   https://discourse.llvm.org/c/clang/
25 If you find a bug in Clang, please file it in the LLVM bug tracker:
26   https://github.com/llvm/llvm-project/issues