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

Justin Stitt via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 17 12:23:43 PDT 2025


================
@@ -7477,6 +7477,10 @@ void TypeLocReader::VisitBTFTagAttributedTypeLoc(BTFTagAttributedTypeLoc TL) {
   // Nothing to do.
 }
 
+void TypeLocReader::VisitOverflowBehaviorTypeLoc(OverflowBehaviorTypeLoc TL) {
+  // Nothing to do.
+}
----------------
JustinStitt wrote:

Right. Done. thanks for spotting this.

Does this just help with pre-compiled headers?

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


More information about the cfe-commits mailing list