llvm-project/clang
Bing1 Yu 6d8ddf53cc [X86] Emulate _rdrand64_step with two rdrand32 if it is 32bit
Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D132141
2022-08-24 10:22:46 +08:00
..
bindings Fixed a number of typos 2022-08-01 13:13:18 -04:00
cmake [CMake] Move cxx-headers to RUNTIME_DISTRIBUTION_COMPONENTS in Apple-stage2.cmake 2022-08-23 17:02:51 -04:00
docs [clang] Add support for __attribute__((guard(nocf))) 2022-08-23 23:39:38 +03:00
examples
include [analyzer] Process non-POD array element destructors 2022-08-24 01:28:21 +02:00
lib [X86] Emulate _rdrand64_step with two rdrand32 if it is 32bit 2022-08-24 10:22:46 +08:00
runtime Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
test [X86] Emulate _rdrand64_step with two rdrand32 if it is 32bit 2022-08-24 10:22:46 +08:00
tools [analyzer] Drop deprecated flags 2022-08-23 18:39:21 +02:00
unittests [clang][AST] RecursiveASTVisitor should visit owned TagDecl of friend type. 2022-08-23 09:15:55 +02:00
utils [OpenMP][NFC] Use OMPInteropInfo in the OMPDeclareVariantAttr attribute 2022-08-22 10:41:16 -07:00
www [Clang] Implement P0848 (Conditionally Trivial Special Member Functions) 2022-08-23 21:48:42 +03:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Support passing arguments to build tool (bootstrap). 2022-08-23 05:45:25 +01:00
CODE_OWNERS.TXT
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.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/