llvm-capstone/clang
Kai Stierand 5d859a1cde [libclang] CIndex: Visit UsingTypeLoc as TypeRef
Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D135555
2022-10-11 15:01:31 +02:00
..
bindings Add clang_CXXMethod_isDeleted function 2022-09-21 11:12:48 -04:00
cmake [CMake] Update cache file for Win to ARM Linux cross toolchain builders. NFC. 2022-10-06 19:40:33 -07:00
docs [clang] makes __is_destructible KEYALL instead of KEYMS 2022-10-11 00:13:58 +00:00
examples
include [AArch64][ARM] Alter most of arm_neon.h to be target-based, not preprocessor based. 2022-10-11 09:09:16 +01:00
lib Reland "[clang][LoongArch] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for LoongArch" 2022-10-11 20:36:09 +08:00
runtime Revert "[cmake] Use CMAKE_INSTALL_LIBDIR too" 2022-08-18 22:46:32 -04:00
test Reland "[clang][LoongArch] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for LoongArch" 2022-10-11 20:36:09 +08:00
tools [libclang] CIndex: Visit UsingTypeLoc as TypeRef 2022-10-11 15:01:31 +02:00
unittests [libclang] CIndex: Visit UsingTypeLoc as TypeRef 2022-10-11 15:01:31 +02:00
utils [AArch64][ARM] Alter most of arm_neon.h to be target-based, not preprocessor based. 2022-10-11 09:09:16 +01:00
www Update implementation status of P2468R2 2022-10-10 20:56:42 +02:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake option 2022-10-06 09:46:04 +02: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

//===----------------------------------------------------------------------===//
// 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/