================
@@ -111,6 +111,18 @@ inline bool isLiteral(TokenKind K) {
   return isInLiteralRange;
 }
 
+/// Return true if this is a UTF literal kind.
+inline bool isUTFLiteral(TokenKind K) {
----------------
s-barannikov wrote:

These appear unused now

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