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

Matheus Izvekov via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 23 19:08:06 PDT 2025


================
@@ -4484,6 +4484,16 @@ void Parser::ParseDeclarationSpecifiers(
       isInvalid = DS.SetTypeQual(DeclSpec::TQ_restrict, Loc, PrevSpec, DiagID,
                                  getLangOpts());
       break;
+    case tok::kw___wrap:
----------------
mizvekov wrote:

Please continue discussion in https://github.com/llvm/llvm-project/pull/148914#discussion_r2370623417
So that we don't have to repeat all the arguments.

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


More information about the lldb-commits mailing list