================
@@ -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) {
----------------
abhina-sree wrote:
Thanks, this is removed
https://github.com/llvm/llvm-project/pull/138895