Home | History | Annotate | only in /external/clang
Up to higher level directory
NameDateSize
.arcconfig22-Oct-202076
.clang-format22-Oct-202019
.clang-tidy22-Oct-2020579
Android.bp22-Oct-20206.1K
Android.mk22-Oct-20201.9K
bindings/22-Oct-2020
build.py22-Oct-202025.9K
clang-version-inc.py22-Oct-2020693
cmake/22-Oct-2020
CMakeLists.txt22-Oct-202022.2K
CODE_OWNERS.TXT22-Oct-20201.4K
compiler_wrapper22-Oct-2020587
docs/22-Oct-2020
examples/22-Oct-2020
include/22-Oct-2020
INPUTS/22-Oct-2020
INSTALL.txt22-Oct-20202.1K
lib/22-Oct-2020
LICENSE.TXT22-Oct-20202.7K
MODULE_LICENSE_BSD_LIKE22-Oct-20200
ModuleInfo.txt22-Oct-202096
NOTES.txt22-Oct-20204.3K
NOTICE22-Oct-20202.7K
OWNERS22-Oct-2020178
README.txt22-Oct-20201.2K
README.version22-Oct-2020132
ReadmeAndroid.md22-Oct-2020271
RenderScriptPrebuilts.md22-Oct-20203.5K
runtime/22-Oct-2020
soong/22-Oct-2020
test/22-Oct-2020
ToolchainPrebuilts.md22-Oct-20206.4K
tools/22-Oct-2020
unittests/22-Oct-2020
update-prebuilts.py22-Oct-20205.5K
utils/22-Oct-2020
version.py22-Oct-202041
www/22-Oct-2020

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