[clang] [NFC][HLSL] Move Sema work from `ParseMicrosoftRootSignatureAttributeArgs` (PR #143184)
Finn Plummer via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 6 11:11:52 PDT 2025
================
@@ -3619,6 +3619,19 @@ class Sema final : public SemaBase {
SourceLocation NameLoc,
bool IsTemplateTypeArg);
+ /// Computes the unique Root Signature identifier from the given signature,
----------------
inbelic wrote:
I placed these arbitrarily here because there was some other msft related things locally.
Happy to move it somewhere more fitting
https://github.com/llvm/llvm-project/pull/143184
More information about the cfe-commits
mailing list