[all-commits] [llvm/llvm-project] 451351: pre-req: Add `unbounded` keyword to lexer

Finn Plummer via All-commits all-commits at lists.llvm.org
Wed Apr 23 11:55:38 PDT 2025


  Branch: refs/heads/users/inbelic/pr-137038
  Home:   https://github.com/llvm/llvm-project
  Commit: 4513515dab8dca5c16ae80fd576ef12a3b51b21e
      https://github.com/llvm/llvm-project/commit/4513515dab8dca5c16ae80fd576ef12a3b51b21e
  Author: Finn Plummer <finnplummer at microsoft.com>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M clang/include/clang/Lex/HLSLRootSignatureTokenKinds.def
    M clang/unittests/Lex/LexHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  pre-req: Add `unbounded` keyword to lexer


  Commit: 06e8bf23b389e7968931abaf4256e321d32b0493
      https://github.com/llvm/llvm-project/commit/06e8bf23b389e7968931abaf4256e321d32b0493
  Author: Finn Plummer <finnplummer at microsoft.com>
  Date:   2025-04-23 (Wed, 23 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 remaining Descriptor Table params

- 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`

- adds corresponding unit tests


Compare: https://github.com/llvm/llvm-project/compare/4513515dab8d%5E...06e8bf23b389

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