[llvm-branch-commits] [clang] [llvm] [HLSL] Add resource constructor with implicit binding for global resources (PR #138976)

Ashley Coleman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 12 15:49:58 PDT 2025


================
@@ -668,6 +668,26 @@ BuiltinTypeDeclBuilder::addHandleConstructorFromBinding() {
       .finalize();
 }
 
+BuiltinTypeDeclBuilder &
+BuiltinTypeDeclBuilder::addHandleConstructorFromImplicitBinding() {
+  if (Record->isCompleteDefinition())
----------------
V-FEXrt wrote:

Could you explain why this is needed?

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


More information about the llvm-branch-commits mailing list