android13/external/clang
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
INPUTS initial 2024-06-22 20:45:49 +08:00
bindings initial 2024-06-22 20:45:49 +08:00
cmake initial 2024-06-22 20:45:49 +08:00
docs initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
lib initial 2024-06-22 20:45:49 +08:00
runtime initial 2024-06-22 20:45:49 +08:00
soong initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
tools initial 2024-06-22 20:45:49 +08:00
unittests initial 2024-06-22 20:45:49 +08:00
utils initial 2024-06-22 20:45:49 +08:00
www initial 2024-06-22 20:45:49 +08:00
.arcconfig initial 2024-06-22 20:45:49 +08:00
.clang-format initial 2024-06-22 20:45:49 +08:00
.clang-tidy initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
Android.mk initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
CODE_OWNERS.TXT initial 2024-06-22 20:45:49 +08:00
INSTALL.txt initial 2024-06-22 20:45:49 +08:00
LICENSE.TXT initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_BSD_LIKE initial 2024-06-22 20:45:49 +08:00
ModuleInfo.txt initial 2024-06-22 20:45:49 +08:00
NOTES.txt initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00
README.version initial 2024-06-22 20:45:49 +08:00
ReadmeAndroid.md initial 2024-06-22 20:45:49 +08:00
RenderScriptPrebuilts.md initial 2024-06-22 20:45:49 +08:00
build.py initial 2024-06-22 20:45:49 +08:00
clang-version-inc.py initial 2024-06-22 20:45:49 +08:00
compiler_wrapper initial 2024-06-22 20:45:49 +08:00
update-prebuilts.py initial 2024-06-22 20:45:49 +08:00
version.py initial 2024-06-22 20:45:49 +08:00

README.txt

//===----------------------------------------------------------------------===//
// 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/