You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
INPUTS v811_spc009_project 4 months ago
bindings v811_spc009_project 4 months ago
cmake v811_spc009_project 4 months ago
docs v811_spc009_project 4 months ago
examples v811_spc009_project 4 months ago
include v811_spc009_project 4 months ago
lib v811_spc009_project 4 months ago
runtime v811_spc009_project 4 months ago
soong v811_spc009_project 4 months ago
test v811_spc009_project 4 months ago
tools v811_spc009_project 4 months ago
unittests v811_spc009_project 4 months ago
utils v811_spc009_project 4 months ago
www v811_spc009_project 4 months ago
.arcconfig v811_spc009_project 4 months ago
.clang-format v811_spc009_project 4 months ago
.clang-tidy v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
Android.mk v811_spc009_project 4 months ago
CMakeLists.txt v811_spc009_project 4 months ago
CODE_OWNERS.TXT v811_spc009_project 4 months ago
INSTALL.txt v811_spc009_project 4 months ago
LICENSE.TXT v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_BSD_LIKE v811_spc009_project 4 months ago
ModuleInfo.txt v811_spc009_project 4 months ago
NOTES.txt v811_spc009_project 4 months ago
NOTICE v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README.txt v811_spc009_project 4 months ago
README.version v811_spc009_project 4 months ago
ReadmeAndroid.md v811_spc009_project 4 months ago
RenderScriptPrebuilts.md v811_spc009_project 4 months ago
build.py v811_spc009_project 4 months ago
clang-version-inc.py v811_spc009_project 4 months ago
compiler_wrapper v811_spc009_project 4 months ago
update-prebuilts.py v811_spc009_project 4 months ago
version.py v811_spc009_project 4 months ago

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/