[clang] [HLSL] Rewrite semantics parsing (PR #152537)

Nathan Gauër via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 25 05:04:15 PDT 2025


================
@@ -396,7 +396,7 @@ class ClangGCC<string name, bit allowInC = 1, int version = 1>
 }
 
 // HLSL Annotation spellings
-class HLSLAnnotation<string name> : Spelling<name, "HLSLAnnotation">;
+class HLSLAnnotation<string name> : Spelling<name, "HLSLAnnotation"> {}
----------------
Keenuts wrote:

I suppose just a left-over from the early iterations. Reverting!

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


More information about the cfe-commits mailing list