Skip to content

Commit c131883

Browse files
committed
[clang][NFC] Remove extraneous normalized value
1 parent 0db4b1d commit c131883

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
@@ -1152,7 +1152,7 @@ def fstrict_flex_arrays_EQ : Joined<["-"], "fstrict-flex-arrays=">, Group<f_Grou
11521152
LangOpts<"StrictFlexArraysLevel">,
11531153
Flags<[CC1Option]>,
11541154
NormalizedValuesScope<"LangOptions::StrictFlexArraysLevelKind">,
1155-
NormalizedValues<["Default", "OneZeroOrIncomplete", "ZeroOrIncomplete", "Incomplete"]>,
1155+
NormalizedValues<["Default", "OneZeroOrIncomplete", "ZeroOrIncomplete"]>,
11561156
HelpText<"Enable optimizations based on the strict definition of flexible arrays">,
11571157
MarshallingInfoEnum<LangOpts<"StrictFlexArraysLevel">, "Default">;
11581158
defm apple_pragma_pack : BoolFOption<"apple-pragma-pack",

0 commit comments

Comments
 (0)