================
@@ -1382,6 +1382,15 @@ bool SemaHLSL::handleResourceTypeAttr(QualType T, const ParsedAttr &AL) {
return false;
Attr *A = nullptr;
+
+ AttributeCommonInfo ACI(
----------------
AaronBallman wrote:
Excellent, thank you!
https://github.com/llvm/llvm-project/pull/144619