[all-commits] [llvm/llvm-project] 77524b: [NFC][HLSL] Let `RootSignatureParser` own the refe...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Thu Jul 24 16:04:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77524bcf263d80b2e87a5c9c19f7e5f9fa1cd257
https://github.com/llvm/llvm-project/commit/77524bcf263d80b2e87a5c9c19f7e5f9fa1cd257
Author: Finn Plummer <mail at inbelic.dev>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M clang/include/clang/Parse/ParseHLSLRootSignature.h
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp
Log Message:
-----------
[NFC][HLSL] Let `RootSignatureParser` own the references (#150310)
- this is a clean up from a review comment that we should let the parser
own the constructed `RootSignatureElement`s
Original comment here:
https://github.com/llvm/llvm-project/pull/147115#discussion_r2192999527.
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