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

Abhina Sree via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 06:01:09 PST 2026


================
@@ -367,6 +373,25 @@ static unsigned ProcessCharEscape(const char *ThisTokBegin,
     HadError = true;
   }
 
+  if (Transcode && Converter) {
----------------
abhina-sree wrote:

I will extend the condition here to check for both of these

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


More information about the llvm-commits mailing list