[llvm] Create a CharSetConverter class with both iconv and icu support. (PR #138893)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Fri May 9 13:34:20 PDT 2025
================
@@ -0,0 +1,232 @@
+//===- unittests/Support/CharSetTest.cpp - Charset conversion tests -------===//
----------------
s-barannikov wrote:
FWIW Per latest coding standard, this line can be the same as line 7.
(the file name should be updated)
https://github.com/llvm/llvm-project/pull/138893
More information about the llvm-commits
mailing list