llvm-capstone/clang
Vlad Serebrennikov 76ee344769
[clang][NFC] Refactor expected directives in C++ DRs 700-1999 (#74767)
This patch continues the work started with ea5b1ef016. See that commit and its
corresponding PR for details.
2023-12-08 12:10:57 +04:00
..
bindings [libclang/python] Add missing concept declaration CursorKind (#69125) 2023-10-25 14:25:08 -04:00
cmake [libc++][hardening] Fix references to old names for hardening modes (#71743) 2023-11-08 13:16:01 -10:00
docs [Clang] Introduce scoped variants of GNU atomic functions (#72280) 2023-12-07 13:40:25 -06:00
examples [clang][examples] Remove unused variable 'key' in LLVMPrintFunctionNames.cpp (NFC) 2023-11-07 13:09:20 +08:00
include [clang][PP] Add extension to predefine target OS macros (#74676) 2023-12-07 17:40:58 -08:00
lib [clang][PP] Add extension to predefine target OS macros (#74676) 2023-12-07 17:40:58 -08:00
runtime [NFC][cmake] Sort COMPILER_RT_TEST_SUITES 2023-09-10 16:51:38 -07:00
test [clang][NFC] Refactor expected directives in C++ DRs 700-1999 (#74767) 2023-12-08 12:10:57 +04:00
tools [LinkerWrapper][Obvious] Fix missing use of texture data type 2023-12-07 16:55:14 -06:00
unittests [clang-format] Handle merging functions containing only a block comment (#74651) 2023-12-06 16:56:22 -08:00
utils [SME2] Add LUTI2 and LUTI4 quad Builtins and Intrinsics (#73317) 2023-12-06 10:08:04 +00:00
www [clang][NFC] Fill in historical data on when C++ DRs 700-1999 were fixed 2023-12-08 00:38:42 +03:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Include LLVM_VERSION_SUFFIX in the Clang version string. (#74469) 2023-12-05 12:20:12 -05:00
CodeOwners.rst Update my contact email in CodeOwners.rst 2023-10-23 06:49:57 -07:00
INSTALL.txt
LICENSE.TXT
NOTES.txt Revert "Test commit config" 2023-08-22 16:43:34 -07:00
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/