android_mt6572_jiabo/external/clang
2025-09-05 16:56:03 +08:00
..
bindings first commit 2025-09-05 16:56:03 +08:00
cmake first commit 2025-09-05 16:56:03 +08:00
docs first commit 2025-09-05 16:56:03 +08:00
examples first commit 2025-09-05 16:56:03 +08:00
include first commit 2025-09-05 16:56:03 +08:00
INPUTS first commit 2025-09-05 16:56:03 +08:00
lib first commit 2025-09-05 16:56:03 +08:00
runtime first commit 2025-09-05 16:56:03 +08:00
test first commit 2025-09-05 16:56:03 +08:00
tools first commit 2025-09-05 16:56:03 +08:00
unittests first commit 2025-09-05 16:56:03 +08:00
utils first commit 2025-09-05 16:56:03 +08:00
www first commit 2025-09-05 16:56:03 +08:00
.arcconfig first commit 2025-09-05 16:56:03 +08:00
.clang-format first commit 2025-09-05 16:56:03 +08:00
.clang-tidy first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
build.py first commit 2025-09-05 16:56:03 +08:00
clang-device-build.mk first commit 2025-09-05 16:56:03 +08:00
clang-host-build.mk first commit 2025-09-05 16:56:03 +08:00
clang-tblgen-rules.mk first commit 2025-09-05 16:56:03 +08:00
clang-version-inc.mk first commit 2025-09-05 16:56:03 +08:00
clang.mk first commit 2025-09-05 16:56:03 +08:00
CMakeLists.txt first commit 2025-09-05 16:56:03 +08:00
CODE_OWNERS.TXT first commit 2025-09-05 16:56:03 +08:00
INSTALL.txt first commit 2025-09-05 16:56:03 +08:00
LICENSE.TXT first commit 2025-09-05 16:56:03 +08:00
Makefile first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_BSD_LIKE first commit 2025-09-05 16:56:03 +08:00
ModuleInfo.txt first commit 2025-09-05 16:56:03 +08:00
NOTES.txt first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README.txt first commit 2025-09-05 16:56:03 +08:00
ReadmeAndroid.md first commit 2025-09-05 16:56:03 +08:00
RenderScriptPrebuilts.md first commit 2025-09-05 16:56:03 +08:00
shared_clang.mk first commit 2025-09-05 16:56:03 +08:00
ToolchainPrebuilts.md first commit 2025-09-05 16:56:03 +08:00
update-prebuilts.py first commit 2025-09-05 16:56:03 +08:00
version.py first commit 2025-09-05 16:56:03 +08:00

//===----------------------------------------------------------------------===//
// 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.llvm.org/mailman/listinfo/cfe-dev

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