Home | History | Annotate | only in /src/external/apache2/llvm/dist/clang
Up to higher level directory
NameDateSize
.clang-format08-Nov-201919
.clang-tidy30-May-20211.2K
.gitignore30-May-20211.2K
bindings/25-Feb-2026
cmake/25-Feb-2026
CMakeLists.txt30-May-202133.1K
CODE_OWNERS.TXT08-Nov-20191.4K
docs/25-Feb-2026
examples/25-Feb-2026
include/25-Feb-2026
INPUTS/25-Feb-2026
INSTALL.txt08-Nov-20192.1K
lib/25-Feb-2026
LICENSE.TXT08-Nov-201914.8K
ModuleInfo.txt08-Nov-201996
NOTES.txt08-Nov-20194K
README.txt08-Nov-20191.2K
runtime/25-Feb-2026
tools/25-Feb-2026
utils/25-Feb-2026

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