Home | History | Annotate | only in /external/clang
Up to higher level directory
NameDateSize
.arcconfig05-Oct-201776
.clang-format05-Oct-201719
.clang-tidy05-Oct-2017579
.gitignore05-Oct-20171.4K
Android.bp05-Oct-20176K
Android.mk05-Oct-20171.9K
bindings/05-Oct-2017
build.py05-Oct-201725.7K
clang-version-inc.py05-Oct-2017693
clang.mk05-Oct-2017163
cmake/05-Oct-2017
CMakeLists.txt05-Oct-201722.2K
CODE_OWNERS.TXT05-Oct-20171.4K
compiler_wrapper05-Oct-2017587
docs/05-Oct-2017
examples/05-Oct-2017
include/05-Oct-2017
INPUTS/05-Oct-2017
INSTALL.txt05-Oct-20172.1K
lib/05-Oct-2017
LICENSE.TXT05-Oct-20172.7K
MODULE_LICENSE_BSD_LIKE05-Oct-20170
ModuleInfo.txt05-Oct-201796
NOTES.txt05-Oct-20174.3K
NOTICE05-Oct-20172.7K
OWNERS05-Oct-2017178
README.txt05-Oct-20171.2K
README.version05-Oct-2017132
ReadmeAndroid.md05-Oct-20174.1K
RenderScriptPrebuilts.md05-Oct-20173.5K
runtime/05-Oct-2017
soong/05-Oct-2017
test/05-Oct-2017
ToolchainPrebuilts.md05-Oct-20176.4K
tools/05-Oct-2017
unittests/05-Oct-2017
update-prebuilts.py05-Oct-20175.5K
utils/05-Oct-2017
version.py05-Oct-201741
www/05-Oct-2017

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