NameDateSize

..29-Aug-201712 KiB

.arcconfig29-Aug-201776

.clang-format29-Aug-201719

.clang-tidy29-Aug-2017579

.gitignore29-Aug-20171.4 KiB

Android.bp29-Aug-20176 KiB

Android.mk29-Aug-20171.9 KiB

bindings/29-Aug-20174 KiB

build.py29-Aug-201725.7 KiB

clang-version-inc.py29-Aug-2017693

clang.mk29-Aug-2017163

cmake/29-Aug-20174 KiB

CMakeLists.txt29-Aug-201722.2 KiB

CODE_OWNERS.TXT29-Aug-20171.4 KiB

compiler_wrapper29-Aug-2017587

docs/29-Aug-20174 KiB

examples/29-Aug-20174 KiB

include/29-Aug-20174 KiB

INPUTS/29-Aug-20174 KiB

INSTALL.txt29-Aug-20172.1 KiB

lib/29-Aug-20174 KiB

LICENSE.TXT29-Aug-20172.7 KiB

MODULE_LICENSE_BSD_LIKE29-Aug-20170

ModuleInfo.txt29-Aug-201796

NOTES.txt29-Aug-20174.3 KiB

NOTICE29-Aug-20172.7 KiB

OWNERS29-Aug-2017178

README.txt29-Aug-20171.2 KiB

README.version29-Aug-2017132

ReadmeAndroid.md29-Aug-20174.1 KiB

RenderScriptPrebuilts.md29-Aug-20173.5 KiB

runtime/29-Aug-20174 KiB

soong/29-Aug-20174 KiB

test/29-Aug-20174 KiB

ToolchainPrebuilts.md29-Aug-20176.4 KiB

tools/29-Aug-20174 KiB

unittests/29-Aug-20174 KiB

update-prebuilts.py29-Aug-20175.5 KiB

utils/29-Aug-20174 KiB

version.py29-Aug-201741

www/29-Aug-20174 KiB

README.txt

1//===----------------------------------------------------------------------===//
2// C Language Family Front-end
3//===----------------------------------------------------------------------===//
4
5Welcome 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
7compiler infrastructure project.
8
9Unlike many other compiler frontends, Clang is useful for a number of things
10beyond just compiling code: we intend for Clang to be host to a number of
11different source-level tools.  One example of this is the Clang Static Analyzer.
12
13If you're interested in more (including how to build Clang) it is best to read
14the relevant web sites.  Here are some pointers:
15
16Information on Clang:              http://clang.llvm.org/
17Building and using Clang:          http://clang.llvm.org/get_started.html
18Clang Static Analyzer:             http://clang-analyzer.llvm.org/
19Information on the LLVM project:   http://llvm.org/
20
21If you have questions or comments about Clang, a great place to discuss them is
22on the Clang development mailing list:
23  http://lists.llvm.org/mailman/listinfo/cfe-dev
24
25If you find a bug in Clang, please file it in the LLVM bug tracker:
26  http://llvm.org/bugs/
27

README.version

1URL: http://llvm.org/git/clang.git
2Version: Rolling from upstream + cherry-picks
3BugComponent: 117395
4Owners: srhines, android-llvm
5