[all-commits] [llvm/llvm-project] 16973f: [HLSL][RootSignature] Add parsing of DescriptorRan...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Wed Apr 23 11:10:46 PDT 2025
Branch: refs/heads/users/inbelic/pr-136775
Home: https://github.com/llvm/llvm-project
Commit: 16973f40ee2d31d3c7dfd97496cfcece0dbacbc6
https://github.com/llvm/llvm-project/commit/16973f40ee2d31d3c7dfd97496cfcece0dbacbc6
Author: Finn Plummer <finnplummer at microsoft.com>
Date: 2025-04-22 (Tue, 22 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
- 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