llvm-capstone/clang
2023-11-09 08:39:06 +01:00
..
bindings
cmake [libc++][hardening] Fix references to old names for hardening modes (#71743) 2023-11-08 13:16:01 -10:00
docs [Coroutines] Introduce [[clang::coro_only_destroy_when_complete]] (#71014) 2023-11-09 14:42:07 +08:00
examples [clang][examples] Remove unused variable 'key' in LLVMPrintFunctionNames.cpp (NFC) 2023-11-07 13:09:20 +08:00
include [clang][dataflow][NFC] Fix stale comments. (#71654) 2023-11-09 08:39:06 +01:00
lib [NFC] [C++20] [Modules] Remove 'ModuleInterface' bit in Sema::ModuleScope 2023-11-09 15:20:32 +08:00
runtime
test [clang][Interp] Consider bit width in IntegralAP::toAPSInt() (#71646) 2023-11-09 07:46:55 +01:00
tools [clang-format] Add ability for clang-format-diff to exit with non-0 status (#70883) 2023-11-08 18:13:03 -08:00
unittests [clang][dataflow] Simplify flow conditions displayed in HTMLLogger. (#70848) 2023-11-07 15:18:34 +01:00
utils [Clang][SME2] Add multi-vector add/sub builtins (#69725) 2023-11-07 15:42:43 +00:00
www [clang][NFC] Refactor CXXConstructExpr::ConstructionKind 2023-11-05 16:38:45 +03:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CodeOwners.rst
INSTALL.txt
LICENSE.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/