[llvm-branch-commits] [clang] [llvm] Enable fexec-charset option (PR #138895)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 12 00:42:42 PDT 2025


================
@@ -633,6 +633,9 @@ class LangOptions : public LangOptionsBase {
   bool AtomicFineGrainedMemory = false;
   bool AtomicIgnoreDenormalMode = false;
 
+  /// Name of the exec charset to convert the internal charset to.
+  std::string ExecCharset;
----------------
cor3ntin wrote:

Lets call that a TextEncoding consistently (replacing all instances of Codepage and Charset)

https://github.com/llvm/llvm-project/pull/138895


More information about the llvm-branch-commits mailing list