[all-commits] [llvm/llvm-project] 98deff: [HLSL][RootSignature] Initial Lexer Definition wit...

Finn Plummer via All-commits all-commits at lists.llvm.org
Tue Jan 28 12:58:29 PST 2025


  Branch: refs/heads/users/inbelic/pr-122981
  Home:   https://github.com/llvm/llvm-project
  Commit: 98deff6a407b912852e70b2bdc3618aaec8a1931
      https://github.com/llvm/llvm-project/commit/98deff6a407b912852e70b2bdc3618aaec8a1931
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-24 (Fri, 24 Jan 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    A clang/include/clang/Parse/HLSLRootSignatureTokenKinds.def
    A clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/lib/Parse/CMakeLists.txt
    A clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/CMakeLists.txt
    A clang/unittests/Parse/CMakeLists.txt
    A clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  [HLSL][RootSignature] Initial Lexer Definition with puncuators

- Defines the RootSignatureLexer class
- Defines the test harness required for testing

- Implements the punctuator tokens and tests functionality


  Commit: 5f43ed80a6173ecf0b234da8b93cde2f76b2ef5b
      https://github.com/llvm/llvm-project/commit/5f43ed80a6173ecf0b234da8b93cde2f76b2ef5b
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Parse/HLSLRootSignatureTokenKinds.def
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  Add lexing of integer literals

- Integrate the use of the `NumericLiteralParser` to lex integer
literals
- Add additional hlsl specific diagnostics messages


  Commit: dc0c7ba8da50f3b12395d1ff90f77c42073d21ff
      https://github.com/llvm/llvm-project/commit/dc0c7ba8da50f3b12395d1ff90f77c42073d21ff
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticLexKinds.td
    M clang/include/clang/Parse/HLSLRootSignatureTokenKinds.def
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  Add support for lexing registers


  Commit: c5d3881c89cbed9f3dd7782ebad08e9a71f4bd64
      https://github.com/llvm/llvm-project/commit/c5d3881c89cbed9f3dd7782ebad08e9a71f4bd64
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/include/clang/Parse/HLSLRootSignatureTokenKinds.def
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  Add lexing for example keyword and enum


  Commit: dc784ffa0da9b7e2d16397912f53c0408d3208c7
      https://github.com/llvm/llvm-project/commit/dc784ffa0da9b7e2d16397912f53c0408d3208c7
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/include/clang/Parse/HLSLRootSignatureTokenKinds.def
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  Add lexing for remaining DescriptorTable keywords and enums


Compare: https://github.com/llvm/llvm-project/compare/a76b90705346...dc784ffa0da9

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