[clang] Remove-more-experimental (PR #180723)
Utkarsh Saxena via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 03:22:18 PST 2026
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 <usx at google.com>
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",
More information about the cfe-commits
mailing list