llvm-capstone/clang
Ian Anderson b855ae9903
Fix the Modules/compiler_builtins.m test (#68163)
Sometimes unwind.h needs uint32_t also.
2023-10-03 15:58:38 -07:00
..
bindings
cmake [libc++][lit] Allow overriding the executor for tests (#66545) 2023-09-26 15:19:31 +01:00
docs [diag] Silence -Wfixed-enum-extension in C23 (#68060) 2023-10-03 13:04:22 -07:00
examples
include Bump up DIAG_SIZE_DRIVER as we are very close to the limit as of 9a40858. 2023-10-03 14:27:53 -07:00
lib [clang] NFCI: Use FileEntryRef for FileID creation (#67838) 2023-10-03 13:07:46 -07:00
runtime [NFC][cmake] Sort COMPILER_RT_TEST_SUITES 2023-09-10 16:51:38 -07:00
test Fix the Modules/compiler_builtins.m test (#68163) 2023-10-03 15:58:38 -07:00
tools [clang] NFCI: Use FileEntryRef for FileID creation (#67838) 2023-10-03 13:07:46 -07:00
unittests [clang] NFCI: Use FileEntryRef for FileID creation (#67838) 2023-10-03 13:07:46 -07:00
utils Recommit "Implement [[msvc::no_unique_address]] (#65675)" (#67199) 2023-09-28 14:29:32 -07:00
www [clang] Bump latest release to 17 for C++ DR Status page (#67996) 2023-10-02 22:05:36 +04: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/