[clang] [llvm] Enable fexec-charset option (PR #138895)

Sergei Barannikov via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 5 23:08:32 PST 2026


================
@@ -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


More information about the cfe-commits mailing list