commit | a306950c68545955ceb0f4de442b152d8b1b8fa4 | [log] [tgz] |
---|---|---|
author | Finn Plummer <mail@inbelic.dev> | Tue Sep 09 11:15:33 2025 -0600 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 09 10:17:43 2025 -0700 |
tree | 6144748761b412bb6439aa695d4d2dfc4f1a5408 | |
parent | e75e9bd01a7c292c745bf675c9f1680964db28d6 [diff] |
[Sema][Parse][HLSL] Implement front-end rootsignature validations (#156754) This pr implements the following validations: 1. Check that descriptor tables don't mix Sample and non-Sampler resources 2. Ensure that descriptor ranges don't append onto an unbounded range 3. Ensure that descriptor ranges don't overflow 4. Adds a missing validation to ensure that only a single `RootFlags` parameter is provided Resolves: https://github.com/llvm/llvm-project/issues/153868. GitOrigin-RevId: 6a9d43a7f6a802b8b36b60de9b729c6a4ab1f634
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: