llvm-project/clang
Aaron Ballman b7104442dd Fix Clang sphinx build
This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/92/builds/35350
2022-11-09 09:19:24 -05:00
..
bindings Add clang_CXXMethod_isCopyAssignmentOperator to libclang 2022-10-27 06:55:11 +02:00
cmake [clang] Replace BACKEND_PACKAGE_STRING with LLVM_VERSION_STRING 2022-10-25 00:24:25 -07:00
docs Fix Clang sphinx build 2022-11-09 09:19:24 -05:00
examples
include Fix D132221 rebase: Add flags to enable Assignment Tracking 2022-11-09 09:28:41 +00:00
lib [analyzer] Fix crash for array-delete of UnknownVal values. 2022-11-09 15:06:46 +01:00
runtime Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
test [analyzer] Fix crash for array-delete of UnknownVal values. 2022-11-09 15:06:46 +01:00
tools [llvm-objdump][Offload] Use common offload extraction method 2022-11-03 16:19:13 -05:00
unittests [clang-format][NFCish] Alphabetical sort Format.(h|pp) 2022-11-08 21:46:15 +01:00
utils Fix duplicate word typos; NFC 2022-11-08 07:21:23 -05:00
www [Clang] Implement CWG2358 Explicit capture of value 2022-11-03 13:27:11 +01:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt clang/cmake: Simplify lit detection for standalone builds 2022-11-03 15:12:55 -07:00
CodeOwners.rst Update the clang and clang-tools-extra code owners files 2022-09-06 08:28:03 -04:00
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.txt

README.txt

//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source-level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:             http://clang.llvm.org/
Building and using Clang:         http://clang.llvm.org/get_started.html
Clang Static Analyzer:            http://clang-analyzer.llvm.org/
Information on the LLVM project:  http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang forums:
  https://discourse.llvm.org/c/clang/

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/