annotate clang/README.txt @ 176:de4ac79aef9d

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 17:13:11 +0900
parents 1d019706d866
children c4bab56944e8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 //===----------------------------------------------------------------------===//
anatofuz
parents:
diff changeset
2 // C Language Family Front-end
anatofuz
parents:
diff changeset
3 //===----------------------------------------------------------------------===//
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 Welcome to Clang. This is a compiler front-end for the C family of languages
anatofuz
parents:
diff changeset
6 (C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
anatofuz
parents:
diff changeset
7 compiler infrastructure project.
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 Unlike many other compiler frontends, Clang is useful for a number of things
anatofuz
parents:
diff changeset
10 beyond just compiling code: we intend for Clang to be host to a number of
anatofuz
parents:
diff changeset
11 different source-level tools. One example of this is the Clang Static Analyzer.
anatofuz
parents:
diff changeset
12
anatofuz
parents:
diff changeset
13 If you're interested in more (including how to build Clang) it is best to read
anatofuz
parents:
diff changeset
14 the relevant web sites. Here are some pointers:
anatofuz
parents:
diff changeset
15
anatofuz
parents:
diff changeset
16 Information on Clang: http://clang.llvm.org/
anatofuz
parents:
diff changeset
17 Building and using Clang: http://clang.llvm.org/get_started.html
anatofuz
parents:
diff changeset
18 Clang Static Analyzer: http://clang-analyzer.llvm.org/
anatofuz
parents:
diff changeset
19 Information on the LLVM project: http://llvm.org/
anatofuz
parents:
diff changeset
20
anatofuz
parents:
diff changeset
21 If you have questions or comments about Clang, a great place to discuss them is
anatofuz
parents:
diff changeset
22 on the Clang development mailing list:
anatofuz
parents:
diff changeset
23 http://lists.llvm.org/mailman/listinfo/cfe-dev
anatofuz
parents:
diff changeset
24
anatofuz
parents:
diff changeset
25 If you find a bug in Clang, please file it in the LLVM bug tracker:
anatofuz
parents:
diff changeset
26 http://llvm.org/bugs/