[clang] [Clang] include attribute scope in diagnostics (PR #144619)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 1 13:15:34 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list