================
@@ -4797,6 +4848,19 @@ bool SemaHLSL::transformInitList(const InitializedEntity 
&Entity,
 }
 
 bool SemaHLSL::handleInitialization(VarDecl *VDecl, Expr *&Init) {
+  // If initializing a local resource, register the binding it is using
----------------
Icohedron wrote:

nit
```suggestion
  // If initializing a local resource, register the binding it is using.
```

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

Reply via email to