• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

INPUTS/22-Nov-2023-1,013915

bindings/22-Nov-2023-6,4504,659

cmake/22-Nov-2023-464378

docs/22-Nov-2023-33,98225,746

examples/22-Nov-2023-564400

include/22-Nov-2023-203,936120,727

lib/22-Nov-2023-773,073552,113

runtime/22-Nov-2023-154132

soong/22-Nov-2023-257190

test/22-Nov-2023-895,357512,847

tools/22-Nov-2023-41,56731,712

unittests/22-Nov-2023-39,45733,011

utils/22-Nov-2023-15,97812,196

www/22-Nov-2023-26,14823,890

.arcconfigD22-Nov-202376 54

.clang-formatD22-Nov-202319 21

.clang-tidyD22-Nov-2023579 1312

.gitD01-Jan-19700

.gitignoreD22-Nov-20231.4 KiB3834

Android.bpD23-Nov-20236.1 KiB255227

Android.mkD22-Nov-20231.9 KiB9886

CMakeLists.txtD22-Nov-202322.2 KiB648548

CODE_OWNERS.TXTD22-Nov-20231.4 KiB5945

INSTALL.txtD22-Nov-20232.1 KiB4935

LICENSE.TXTD22-Nov-20232.7 KiB6448

MODULE_LICENSE_BSD_LIKED22-Nov-20230

ModuleInfo.txtD22-Nov-202396 65

NOTES.txtD22-Nov-20234.3 KiB11280

NOTICED22-Nov-20232.7 KiB6448

OWNERSD22-Nov-2023178 76

README.txtD22-Nov-20231.2 KiB2720

README.versionD22-Nov-2023132 54

ReadmeAndroid.mdD23-Nov-2023271 85

RenderScriptPrebuilts.mdD22-Nov-20233.5 KiB11985

ToolchainPrebuilts.mdD22-Nov-20236.4 KiB204137

build.pyD23-Nov-202325.9 KiB749550

clang-version-inc.pyD22-Nov-2023693 2820

compiler_wrapperD22-Nov-2023587 3221

update-prebuilts.pyD22-Nov-20235.5 KiB191126

version.pyD22-Nov-202341 43

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

ReadmeAndroid.md

1Android Clang/LLVM
2==================
3
4This document is deprecated.   Please visit: [Android Clang/LLVM Toolchain
5Readme Doc](https://android.googlesource.com/toolchain/llvm_android/+/master)
6for the latest instructions on building the Clang/LLVM Toolchain for Android.
7
8