[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 24 10:20:58 PDT 2025
================
@@ -409,6 +426,7 @@ class DeclSpec {
SourceRange TypeofParensRange;
SourceLocation TQ_constLoc, TQ_restrictLoc, TQ_volatileLoc, TQ_atomicLoc,
TQ_unalignedLoc;
+ SourceLocation OB_wrapLoc, OB_no_wrapLoc;
----------------
JustinStitt wrote:
Right, I'll make the change. Thanks for spotting this.
https://github.com/llvm/llvm-project/pull/148914
More information about the cfe-commits
mailing list