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

Abhina Sree via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 5 08:21:54 PST 2026


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


More information about the cfe-commits mailing list