[clang] Implement resource binding type prefix mismatch diagnostic infrastructure (PR #97103)
Joshua Batista via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 16 11:52:09 PDT 2024
================
@@ -551,24 +541,21 @@ getHLSLResourceAttrFromEitherDecl(VarDecl *VD,
// the resource attr could be on the record decl itself or on one of
// its fields (the resource handle, most commonly)
----------------
bob80905 wrote:
Yes, I think I may have left support for that as we transitioned moving the attr to the handles, but now it's no longer needed.
https://github.com/llvm/llvm-project/pull/97103
More information about the cfe-commits
mailing list