llvm-capstone/clang
Mark de Wever 44c6b905f8 [CMake] Bumps minimum version to 3.20.0.
This partly undoes D137724.

This change has been discussed on discourse
https://discourse.llvm.org/t/rfc-upgrading-llvms-minimum-required-cmake-version/66193

Note this does not remove work-arounds for older CMake versions, that
will be done in followup patches.

Reviewed By: mehdi_amini, MaskRay, ChuanqiXu, to268, thieta, tschuett, phosek, #libunwind, #libc_vendors, #libc, #libc_abi, sivachandra, philnik, zibi

Differential Revision: https://reviews.llvm.org/D144509
2023-03-04 12:40:57 +01:00
..
bindings Add clang_CXXMethod_isExplicit to libclang 2023-01-27 13:23:41 +01:00
cmake [Fuchsia] Add other necessary components to LLDB install. 2023-03-03 10:07:08 -08:00
docs [C++20] [Modules] Support to export declarations in language linkage 2023-03-03 10:31:48 +08:00
examples
include [analyzer] Remove the loop from the exploded graph caused by missing information in program points 2023-03-04 02:01:45 +01:00
lib [analyzer] Remove the loop from the exploded graph caused by missing information in program points 2023-03-04 02:01:45 +01:00
runtime [NFC] Add split-file as runtime test dependency 2023-02-02 11:22:26 -08:00
test [analyzer] Remove the loop from the exploded graph caused by missing information in program points 2023-03-04 02:01:45 +01:00
tools [CMake] Bumps minimum version to 3.20.0. 2023-03-04 12:40:57 +01:00
unittests [analyzer] Remove the loop from the exploded graph caused by missing information in program points 2023-03-04 02:01:45 +01:00
utils [clang] extend external_source_symbol attribute with USR clause 2023-02-23 14:59:26 -08:00
www [C2x] Claim support for WG14 N2838 2023-03-03 11:57:21 -05:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Bumps minimum version to 3.20.0. 2023-03-04 12:40:57 +01:00
CodeOwners.rst [NFC]Fix github identification. 2023-01-20 08:40:38 -08:00
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.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/