================
@@ -1751,6 +1766,7 @@ CharLiteralParser::CharLiteralParser(const char *begin, 
const char *end,
   HadError = false;
 
   Kind = kind;
+  LiteralConverter *LiteralConv = &PP.getLiteralConverter();
----------------
hubert-reinterpretcast wrote:

This can be a reference. `getLiteralConverter()` returns a 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