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

Unused function.

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