================ @@ -9401,7 +9318,9 @@ def _SLASH_source_charset : CLCompileJoined<"source-charset:">, HelpText<"Set source encoding, supports only UTF-8">, Alias<finput_charset_EQ>; def _SLASH_execution_charset : CLCompileJoined<"execution-charset:">, - HelpText<"Set runtime encoding, supports only UTF-8">, + HelpText<"Set the execution <charset> for string and character literals. " ---------------- hubert-reinterpretcast wrote:
> Also, the standard names it "ordinary literal encoding", maybe we should > follow it That is a C++-centric statement and a relatively new invention. Subclause 5.3.1 of the C2Y draft N3783 still names this the execution character set. https://github.com/llvm/llvm-project/pull/138895 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
