[clang] c131883 - [clang][NFC] Remove extraneous normalized value
Bill Wendling via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 6 11:01:41 PDT 2022
Author: Bill Wendling
Date: 2022-10-06T11:01:25-07:00
New Revision: c131883146c2efdef5c6ee17d624f8cada277d9d
URL: https://github.com/llvm/llvm-project/commit/c131883146c2efdef5c6ee17d624f8cada277d9d
DIFF: https://github.com/llvm/llvm-project/commit/c131883146c2efdef5c6ee17d624f8cada277d9d.diff
LOG: [clang][NFC] Remove extraneous normalized value
Added:
Modified:
clang/include/clang/Driver/Options.td
Removed:
################################################################################
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index d576614956ee..05f4f5fa6387 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -1152,7 +1152,7 @@ def fstrict_flex_arrays_EQ : Joined<["-"], "fstrict-flex-arrays=">, Group<f_Grou
LangOpts<"StrictFlexArraysLevel">,
Flags<[CC1Option]>,
NormalizedValuesScope<"LangOptions::StrictFlexArraysLevelKind">,
- NormalizedValues<["Default", "OneZeroOrIncomplete", "ZeroOrIncomplete", "Incomplete"]>,
+ NormalizedValues<["Default", "OneZeroOrIncomplete", "ZeroOrIncomplete"]>,
HelpText<"Enable optimizations based on the strict definition of flexible arrays">,
MarshallingInfoEnum<LangOpts<"StrictFlexArraysLevel">, "Default">;
defm apple_pragma_pack : BoolFOption<"apple-pragma-pack",
More information about the cfe-commits
mailing list