================
@@ -7534,6 +7534,9 @@ void CodeGenModule::EmitTopLevelDecl(Decl *D) {
             getContext().getCanonicalTagType(cast<EnumDecl>(D)));
     break;
 
+    // Will be handled by attached function
+  case Decl::HLSLRootSignature:
+    break;
----------------
Icohedron wrote:

super nit:
```suggestion
  case Decl::HLSLRootSignature:
    // Will be handled by attached function
    break;
```

https://github.com/llvm/llvm-project/pull/154639
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to