================
@@ -1241,6 +1241,20 @@ bool SemaHLSL::handleRootSignatureElements(
         << /*version minor*/ VersionEnum;
   };
 
+  auto toDescriptorRangeType = [](llvm::dxil::ResourceClass Type) {
----------------
damyanp wrote:

```suggestion
  auto ToDescriptorRangeType = [](llvm::dxil::ResourceClass Type) {
```

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

Reply via email to