https://github.com/usx95 created https://github.com/llvm/llvm-project/pull/180723
None >From efd1aae0faf21fc3469cc2646d1ecedaf7bb6025 Mon Sep 17 00:00:00 2001 From: Utkarsh Saxena <[email protected]> Date: Tue, 10 Feb 2026 11:21:51 +0000 Subject: [PATCH] Remove-more-experimental --- clang/include/clang/Options/Options.td | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clang/include/clang/Options/Options.td b/clang/include/clang/Options/Options.td index 5465fa6df3609..22b31ea22c638 100644 --- a/clang/include/clang/Options/Options.td +++ b/clang/include/clang/Options/Options.td @@ -1965,8 +1965,7 @@ defm lifetime_safety : BoolFOption< LangOpts<"EnableLifetimeSafety">, DefaultTrue, PosFlag<SetTrue, [], [CC1Option], "Enable">, NegFlag<SetFalse, [], [CC1Option], "Disable">, - BothFlags<[], [CC1Option], - " experimental lifetime safety for C++">>; + BothFlags<[], [CC1Option], " lifetime safety for C++">>; defm lifetime_safety_inference : BoolFOption<"lifetime-safety-inference", @@ -1974,7 +1973,7 @@ defm lifetime_safety_inference PosFlag<SetTrue, [], [CC1Option], "Enable">, NegFlag<SetFalse, [], [CC1Option], "Disable">, BothFlags<[], [CC1Option], - " experimental lifetime safety inference for C++">>; + " lifetime safety inference for C++">>; defm lifetime_safety_tu_analysis : BoolFOption<"experimental-lifetime-safety-tu-analysis", _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
