[clang] [NFC][HLSL] Move Sema work from `ParseMicrosoftRootSignatureAttributeArgs` (PR #143184)
Helena Kotas via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 6 16:20:20 PDT 2025
================
@@ -4942,18 +4942,13 @@ void Parser::ParseMicrosoftRootSignatureAttributeArgs(ParsedAttributes &Attrs) {
// Construct our identifier
----------------
hekota wrote:
Not really related to this change, I just noticed the `ParseMicrosoftRootSignatureAttributeArgs` name. Would `ParseHLSLRootSignatureAttributeArgs` be a better fit?
https://github.com/llvm/llvm-project/pull/143184
More information about the cfe-commits
mailing list