================
@@ -4674,7 +4674,7 @@ def warn_comparison_unicode_mixed_types
 
 def warn_comparison_unicode_mixed_types_constant
     : Warning<"comparing values of different Unicode code unit types %0 and %1 
"
-              "compares unrelated code units '%2' and '%3'">,
+              "compares unrelated code units %2 and %3">,
----------------
cor3ntin wrote:

no, this is used when comparing code units that do not represent code points

https://github.com/llvm/llvm-project/pull/206990
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to