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

..--

INPUTS/23-Nov-2023-1,013915

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

cmake/23-Nov-2023-464378

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

examples/23-Nov-2023-564400

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

lib/23-Nov-2023-773,404552,381

runtime/23-Nov-2023-154132

soong/23-Nov-2023-268199

test/23-Nov-2023-895,680512,974

tools/23-Nov-2023-41,57631,720

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

utils/23-Nov-2023-15,98812,205

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

.arcconfigD23-Nov-202376 54

.clang-formatD23-Nov-202319 21

.clang-tidyD23-Nov-2023579 1312

.gitignoreD23-Nov-20231.4 KiB3834

Android.bpD23-Nov-20237.7 KiB300270

Android.mkD23-Nov-20231.9 KiB9886

CMakeLists.txtD23-Nov-202322.2 KiB648548

CODE_OWNERS.TXTD23-Nov-20231.4 KiB5945

INSTALL.txtD23-Nov-20232.1 KiB4935

LICENSE.TXTD23-Nov-20232.7 KiB6448

METADATAD23-Nov-202339 43

MODULE_LICENSE_BSD_LIKED23-Nov-20230

ModuleInfo.txtD23-Nov-202396 65

NOTES.txtD23-Nov-20234.3 KiB11280

NOTICED23-Nov-20232.7 KiB6448

OWNERSD23-Nov-2023178 76

README.txtD23-Nov-20231.2 KiB2720

README.versionD23-Nov-2023132 54

ReadmeAndroid.mdD23-Nov-2023271 85

RenderScriptPrebuilts.mdD23-Nov-20233.5 KiB11985

build.pyD23-Nov-202325.9 KiB749550

clang-version-inc.pyD23-Nov-2023694 2820

compiler_wrapperD23-Nov-2023587 3221

update-prebuilts.pyD23-Nov-20235.5 KiB191126

version.pyD23-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