[clang] [Clang] Introduce OverflowBehaviorType for fine-grained overflow control (PR #148914)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 22 19:56:22 PDT 2025


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


More information about the cfe-commits mailing list