================
@@ -2844,6 +2872,8 @@ inline T TypeLoc::getAsAdjusted() const {
       Cur = ATL.getModifiedLoc();
     else if (auto ATL = Cur.getAs<BTFTagAttributedTypeLoc>())
       Cur = ATL.getWrappedLoc();
+    // else if (auto ATL = Cur.getAs<OverflowBehaviorTypeLoc>())
+    //   Cur = ATL.getWrappedLoc();
----------------
mizvekov wrote:

?

https://github.com/llvm/llvm-project/pull/148914
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to