Home | History | Annotate | only in /external/clang
Up to higher level directory
NameDateSize
.arcconfig21-Aug-201876
.clang-format21-Aug-201819
.clang-tidy21-Aug-2018579
Android.bp21-Aug-20186K
Android.mk21-Aug-20181.9K
bindings/21-Aug-2018
build.py21-Aug-201825.7K
clang-version-inc.py21-Aug-2018693
clang.mk21-Aug-2018163
cmake/21-Aug-2018
CMakeLists.txt21-Aug-201822.2K
CODE_OWNERS.TXT21-Aug-20181.4K
compiler_wrapper21-Aug-2018587
docs/21-Aug-2018
examples/21-Aug-2018
include/21-Aug-2018
INPUTS/21-Aug-2018
INSTALL.txt21-Aug-20182.1K
lib/21-Aug-2018
LICENSE.TXT21-Aug-20182.7K
MODULE_LICENSE_BSD_LIKE21-Aug-20180
ModuleInfo.txt21-Aug-201896
NOTES.txt21-Aug-20184.3K
NOTICE21-Aug-20182.7K
OWNERS21-Aug-2018178
README.txt21-Aug-20181.2K
README.version21-Aug-2018132
ReadmeAndroid.md21-Aug-20184.1K
RenderScriptPrebuilts.md21-Aug-20183.5K
runtime/21-Aug-2018
soong/21-Aug-2018
test/21-Aug-2018
ToolchainPrebuilts.md21-Aug-20186.4K
tools/21-Aug-2018
unittests/21-Aug-2018
update-prebuilts.py21-Aug-20185.5K
utils/21-Aug-2018
version.py21-Aug-201841
www/21-Aug-2018

README.txt

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

README.version

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