[clang] Implement resource binding type prefix mismatch diagnostic infrastructure (PR #97103)

Damyan Pepper via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 21 18:12:54 PDT 2024


================
@@ -31,6 +31,7 @@ class SemaHLSL : public SemaBase {
 public:
   SemaHLSL(Sema &S);
 
+  HLSLResourceAttr *mergeHLSLResourceAttr(bool CBuffer);
----------------
damyanp wrote:

I don't think `mergeHLSLResourceAttr` exists any more?

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


More information about the cfe-commits mailing list