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

Sergei Barannikov via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 6 00:08:26 PST 2026


================
@@ -1751,6 +1783,7 @@ CharLiteralParser::CharLiteralParser(const char *begin, const char *end,
   HadError = false;
 
   Kind = kind;
+  const TextEncodingConfig &TEC = PP.getTextEncodingConfig();
----------------
s-barannikov wrote:

Move closer to the first (only?) use

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


More information about the cfe-commits mailing list