================
@@ -126,6 +126,17 @@ static bool IsEscapeValidInUnevaluatedStringLiteral(char 
Escape) {
   return false;
 }
 
+static llvm::ErrorOr<char>
+convertCharacter(StringRef Char, llvm::TextEncodingConverter *Converter) {
----------------
s-barannikov wrote:

If `Converter` can't be nullptr, it should be passed by (const) reference

https://github.com/llvm/llvm-project/pull/138895
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to