[all-commits] [llvm/llvm-project] eebdf4: pre-req: add missing token to Lexer

Finn Plummer via All-commits all-commits at lists.llvm.org
Thu May 15 20:16:08 PDT 2025


  Branch: refs/heads/users/inbelic/pr-140180
  Home:   https://github.com/llvm/llvm-project
  Commit: eebdf427e078deb838fbd70ce05220feef8a5d46
      https://github.com/llvm/llvm-project/commit/eebdf427e078deb838fbd70ce05220feef8a5d46
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

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

  Log Message:
  -----------
  pre-req: add missing token to Lexer


  Commit: e479220170136eae218f71a0e7a025f729d8102e
      https://github.com/llvm/llvm-project/commit/e479220170136eae218f71a0e7a025f729d8102e
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-05-15 (Thu, 15 May 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 infastructure for StaticSampler

- define StaticSampler in-memory representation
- implement the infastructure for parsing parameters of StaticSampler
- define and implement parsing of the `s` reg to demonstrate
functionality
- add unit tests


Compare: https://github.com/llvm/llvm-project/compare/eebdf427e078%5E...e47922017013

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