================ @@ -5334,3 +5334,18 @@ std::string FunctionEffectWithCondition::description() const { Result += "(expr)"; return Result; } + +const HLSLAttributedResourceType * +HLSLAttributedResourceType::findHandleTypeOnResource(const Type *RT) { + // If the type T is an HLSL resource class, the first field must + // be the resource handle of type HLSLAttributedResourceType ---------------- bogner wrote:
The parameter is named "RT", not "T" https://github.com/llvm/llvm-project/pull/111207 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits