Skip to content

Commit d62a5af

Browse files
committed
Enable lifetime analysis by default
1 parent 6e25a04 commit d62a5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1934,7 +1934,7 @@ defm bounds_safety : BoolFOption<
19341934

19351935
defm lifetime_safety : BoolFOption<
19361936
"experimental-lifetime-safety",
1937-
LangOpts<"EnableLifetimeSafety">, DefaultFalse,
1937+
LangOpts<"EnableLifetimeSafety">, DefaultTrue,
19381938
PosFlag<SetTrue, [], [CC1Option], "Enable">,
19391939
NegFlag<SetFalse, [], [CC1Option], "Disable">,
19401940
BothFlags<[], [CC1Option],

0 commit comments

Comments
 (0)