Home | History | Annotate | only in /external/clang
Up to higher level directory
NameDateSize
.arcconfig24-Aug-201675
.clang-format24-Aug-201619
.clang-tidy24-Aug-201646
.gitignore24-Aug-20161.4K
Android.mk24-Aug-20162.6K
bindings/24-Aug-2016
build.py24-Aug-201616.2K
clang-device-build.mk24-Aug-20161.1K
clang-host-build.mk24-Aug-20161.3K
clang-tblgen-rules.mk24-Aug-201613.6K
clang-version-inc.mk24-Aug-20161.6K
clang.mk24-Aug-2016372
cmake/24-Aug-2016
CMakeLists.txt24-Aug-201625.8K
CODE_OWNERS.TXT24-Aug-20161.3K
docs/24-Aug-2016
examples/24-Aug-2016
include/24-Aug-2016
INPUTS/24-Aug-2016
INSTALL.txt24-Aug-20162.1K
lib/24-Aug-2016
LICENSE.TXT24-Aug-20162.7K
Makefile24-Aug-20163K
MODULE_LICENSE_BSD_LIKE24-Aug-20160
ModuleInfo.txt24-Aug-201696
NOTES.txt24-Aug-20164.3K
NOTICE24-Aug-20162.7K
README.txt24-Aug-20161.2K
ReadmeAndroid.md24-Aug-20163.7K
RenderScriptPrebuilts.md24-Aug-20163.1K
runtime/24-Aug-2016
shared_clang.mk24-Aug-20161.6K
test/24-Aug-2016
ToolchainPrebuilts.md24-Aug-20165.9K
tools/24-Aug-2016
unittests/24-Aug-2016
update-prebuilts.py24-Aug-20164.9K
utils/24-Aug-2016
version.py24-Aug-201641
www/24-Aug-2016

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