@@ -2967,7 +2967,10 @@ def fexperimental_strict_floating_point : Flag<["-"], "fexperimental-strict-floa
29672967def finput_charset_EQ : Joined<["-"], "finput-charset=">,
29682968 Visibility<[ClangOption, FlangOption, FC1Option]>, Group<f_Group>,
29692969 HelpText<"Specify the default character set for source files">;
2970- def fexec_charset_EQ : Joined<["-"], "fexec-charset=">, Group<f_Group>;
2970+ def fexec_charset_EQ : Joined<["-"], "fexec-charset=">, Group<f_Group>,
2971+ HelpText<"Set the execution <charset> for string and character literals. "
2972+ "Supported character encodings include ISO-8859-1, UTF-8, IBM1047, "
2973+ "and possibly those supported by ICU or the host iconv library.">;
29712974def finstrument_functions
29722975 : Flag<["-"], "finstrument-functions">,
29732976 Group<f_Group>,
@@ -7475,8 +7478,8 @@ def tune_cpu : Separate<["-"], "tune-cpu">,
74757478 MarshallingInfoString<TargetOpts<"TuneCPU">>;
74767479def fexec_charset : Separate<["-"], "fexec-charset">, MetaVarName<"<charset>">,
74777480 HelpText<"Set the execution <charset> for string and character literals. "
7478- "Supported character encodings include ISO8859- 1, UTF-8, IBM-1047 "
7479- "and those supported by the host icu or iconv library.">,
7481+ "Supported character encodings include ISO-8859- 1, UTF-8, IBM1047, "
7482+ "and possibly those supported by ICU or the host iconv library.">,
74807483 MarshallingInfoString<LangOpts<"ExecEncoding">>;
74817484def target_cpu : Separate<["-"], "target-cpu">,
74827485 HelpText<"Target a specific cpu type">,
@@ -9083,7 +9086,9 @@ def _SLASH_source_charset : CLCompileJoined<"source-charset:">,
90839086 HelpText<"Set source encoding, supports only UTF-8">,
90849087 Alias<finput_charset_EQ>;
90859088def _SLASH_execution_charset : CLCompileJoined<"execution-charset:">,
9086- HelpText<"Set runtime encoding, supports only UTF-8">,
9089+ HelpText<"Set the execution <charset> for string and character literals. "
9090+ "Supported character encodings include ISO-8859-1, UTF-8, IBM1047, "
9091+ "and possibly those supported by ICU or the host iconv library.">,
90879092 Alias<fexec_charset_EQ>;
90889093def _SLASH_std : CLCompileJoined<"std:">,
90899094 HelpText<"Set language version (c++14,c++17,c++20,c++23preview,c++latest,c11,c17)">;
0 commit comments