llvm-capstone/clang
wangpc cebbfd3d25 [RISCV] Add index check for vset/vget
Index of vset/vget must be a constant integer and be
located in right range.

Reviewed By: kito-cheng

Differential Revision: https://reviews.llvm.org/D122629
2022-03-30 19:29:13 +08:00
..
bindings
cmake [CMake][Fuchsia] Switch to lld on Apple platforms 2022-03-22 01:06:30 -07:00
docs [msan] Add link to the lifetime definition 2022-03-29 14:42:36 -07:00
examples
include Revert "[RISCV] Add policy operand for masked compare and vmsbf/vmsif/vmsof IR" 2022-03-29 18:05:33 -07:00
lib [RISCV] Add index check for vset/vget 2022-03-30 19:29:13 +08:00
runtime
test [RISCV] Add index check for vset/vget 2022-03-30 19:29:13 +08:00
tools [Clang] Implement __builtin_source_location. 2022-03-28 18:29:02 -04:00
unittests [clang-format] Don't format qualifiers in PPDirective 2022-03-28 14:28:14 -07:00
utils Revert D121984 "[RISCV][NFC] Moving RVV intrinsic type related util to llvm/Support" 2022-03-28 01:17:37 -07:00
www [clang][DR] Add test for DR1227 and mark it as complete 2022-03-30 09:25:52 +02:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake][Clang] Skip host link version detection for lld on Darwin 2022-03-21 18:32:03 -07:00
CODE_OWNERS.TXT
INSTALL.txt
LICENSE.TXT
ModuleInfo.txt
NOTES.txt
README.txt Replace links to archived mailing lists by links to Discourse forums 2022-03-23 10:10:20 -04:00

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