[clang] [NFC][HLSL] Move Sema work from `ParseMicrosoftRootSignatureAttributeArgs` (PR #143184)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 9 05:49:43 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,
----------------
AaronBallman wrote:

I think `SemaHLSL` is the best home for this -- we've been splitting `Sema` up and better to continue down that path.

https://github.com/llvm/llvm-project/pull/143184


More information about the cfe-commits mailing list