================
@@ -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