commit | 96ed5aba818127cde6f6c85106453fca56e8fdc4 | [log] [tgz] |
---|---|---|
author | Brandon Wu <songwu0813@gmail.com> | Mon Aug 18 11:36:12 2025 +0800 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Aug 17 20:41:03 2025 -0700 |
tree | 77fd7b7a45ab3a39bebc230944a24c7465adfb47 | |
parent | 89089214e162a2a9de1a2cf9f74a7b317cf93c17 [diff] |
[RISCV][llvm] Support fixed-length vector inline assembly constraints (#150724) GitOrigin-RevId: 98f4b7797eea4f83b5b6ac2571cf3c972edbc758
Welcome to Clang.
This is a compiler front-end for the C family of languages (C, 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 websites. 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:
If you find a bug in Clang, please file it in the LLVM bug tracker: