[all-commits] [llvm/llvm-project] 4a5cde: nfc: introduce wrapper `RootSignatureElement` arou...

Finn Plummer via All-commits all-commits at lists.llvm.org
Fri Jul 4 15:11:19 PDT 2025


  Branch: refs/heads/users/inbelic/pr-147084
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a5cde3f77dc0c371d1f33b10be9507d3aeff3e3
      https://github.com/llvm/llvm-project/commit/4a5cde3f77dc0c371d1f33b10be9507d3aeff3e3
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/include/clang/Sema/SemaHLSL.h
    M clang/lib/Parse/ParseDeclCXX.cpp
    M clang/lib/Parse/ParseHLSLRootSignature.cpp
    M clang/lib/Sema/SemaHLSL.cpp
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  nfc: introduce wrapper `RootSignatureElement` around `RootElement` to retain clang diag info


  Commit: f6d6d97c00ae3ec340f6f07db9b27dd8370631b0
      https://github.com/llvm/llvm-project/commit/f6d6d97c00ae3ec340f6f07db9b27dd8370631b0
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/lib/Parse/ParseHLSLRootSignature.cpp

  Log Message:
  -----------
  let `RootSignatureElement` retain its source location


  Commit: 67eb6532ecd484a7d4c7221bfb9871f2a8c65f0e
      https://github.com/llvm/llvm-project/commit/67eb6532ecd484a7d4c7221bfb9871f2a8c65f0e
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/include/clang/Sema/SemaHLSL.h
    M clang/lib/Sema/SemaHLSL.cpp
    M llvm/include/llvm/Frontend/HLSL/RootSignatureValidations.h

  Log Message:
  -----------
  update resource range analysis to use retained source loc


  Commit: 02e9ebdfe35f1a13ba0e2ee7b2708cbc0b97ff9a
      https://github.com/llvm/llvm-project/commit/02e9ebdfe35f1a13ba0e2ee7b2708cbc0b97ff9a
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/include/clang/Parse/ParseHLSLRootSignature.h
    M clang/include/clang/Sema/SemaHLSL.h
    M clang/lib/Sema/SemaHLSL.cpp

  Log Message:
  -----------
  move wrapper definition to `SemaHLSL`

- this struct needs to be accessible to both `Sema` and `Parse` and
since `Parse` depends on `Sema` then we need to have it be included from
there, so as to not introduce a circular dependency


  Commit: b9d40cb4b390fd4cfb33748000213485e7830ce1
      https://github.com/llvm/llvm-project/commit/b9d40cb4b390fd4cfb33748000213485e7830ce1
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaHLSL.cpp
    M clang/test/SemaHLSL/RootSignature-resource-ranges-err.hlsl

  Log Message:
  -----------
  add note to denote where the other overlapping range is


  Commit: e1289c12efbf178adb36fc11bb2e4ba59e5406b8
      https://github.com/llvm/llvm-project/commit/e1289c12efbf178adb36fc11bb2e4ba59e5406b8
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/test/SemaHLSL/RootSignature-resource-ranges-err.hlsl

  Log Message:
  -----------
  add testcase to demonstrate source location


  Commit: 74ee5ee870ac6a65dcdf70b3709edc072cbb1fb0
      https://github.com/llvm/llvm-project/commit/74ee5ee870ac6a65dcdf70b3709edc072cbb1fb0
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/lib/Sema/SemaHLSL.cpp

  Log Message:
  -----------
  clang format


  Commit: 72694b7e19956a5d28f26a91f48c9cfa49b2c35c
      https://github.com/llvm/llvm-project/commit/72694b7e19956a5d28f26a91f48c9cfa49b2c35c
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-07-04 (Fri, 04 Jul 2025)

  Changed paths:
    M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp

  Log Message:
  -----------
  rebase: clean-ups


Compare: https://github.com/llvm/llvm-project/compare/1a64eff52692...72694b7e1995

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