[all-commits] [llvm/llvm-project] fecf07: [HLSL][RootSignature] Add parsing of DescriptorRan...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Fri Apr 25 13:05:52 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fecf0742b16dc332c7a75b0a6696f08694943862
https://github.com/llvm/llvm-project/commit/fecf0742b16dc332c7a75b0a6696f08694943862
Author: Finn Plummer <canadienfinn at gmail.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M clang/include/clang/Parse/ParseHLSLRootSignature.h
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp
M llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
Log Message:
-----------
[HLSL][RootSignature] Add parsing of DescriptorRangeFlags (#136775)
- Defines `parseDescriptorRangeFlags` to establish a pattern of how
flags will be parsed
- Add corresponding unit tests
Part four of implementing #126569
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list