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

Abhina Sree via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 13 06:32:31 PST 2026


================
@@ -135,6 +135,9 @@ class TextEncodingConverter {
       return std::string(Result);
     return EC;
   }
+
+  // Maps the encoding name to enum constant if possible.
----------------
abhina-sree wrote:

This function has now been removed from the header

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


More information about the cfe-commits mailing list