[clang] [NFC][HLSL] Move Sema work from `ParseMicrosoftRootSignatureAttributeArgs` (PR #143184)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 9 06:50:07 PDT 2025
================
@@ -4942,18 +4942,13 @@ void Parser::ParseMicrosoftRootSignatureAttributeArgs(ParsedAttributes &Attrs) {
// Construct our identifier
----------------
llvm-beanz wrote:
I suspect the "Microsoft" bit came from the attribute parsing syntax. HLSL supports "Microsoft"-style attributes (single `[]` rather than C++ `[[]]`.
https://github.com/llvm/llvm-project/pull/143184
More information about the cfe-commits
mailing list