================
@@ -1817,6 +1843,10 @@ CharLiteralParser::CharLiteralParser(const char *begin,
const char *end,
largest_character_for_kind = 0x7Fu;
}
+ llvm::TextEncodingConverter *Converter = nullptr;
+ if (!isUTFLiteral(Kind) && !isWideLiteral(Kind))
----------------
s-barannikov wrote:
```suggestion
if (isOrdinary())
```
https://github.com/llvm/llvm-project/pull/138895
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits