diff options
author | Finn Plummer <canadienfinn@gmail.com> | 2025-04-25 14:38:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-25 14:38:02 -0700 |
commit | 9b74dce4a326a9fc48813144a46703e956867d72 (patch) | |
tree | bffb1cacbac219be8aed03b486beaa3615348ab8 /lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp | |
parent | 290ba281e819d60be4903436cbc07efc12e22d4c (diff) | |
download | llvm-9b74dce4a326a9fc48813144a46703e956867d72.zip llvm-9b74dce4a326a9fc48813144a46703e956867d72.tar.gz llvm-9b74dce4a326a9fc48813144a46703e956867d72.tar.bz2 |
[HLSL][RootSignature] Add parsing of remaining Descriptor Table params (#137038)
- defines the special values for `DESCRIPTOR_RANGE_OFFSET_APPEND` and
`unbounded` for the `offset` and `numDescriptors` parameters
respectively
- adds these parmaters to the `DescriptorClause` struct and the params
struct
- plugs in parsing of `numDescriptors` and `offset` into
`parseDescriptorTableClauseParams`
- defines the `unbounded` enum keyword for the lexer to expose to the
parser
- adds corresponding unit tests
Part 5 of #126569
Diffstat (limited to 'lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp')
0 files changed, 0 insertions, 0 deletions