[PATCH] D153417: New CharSetConverter wrapper class for ConverterEBCDIC

Abhina Sree via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 06:18:35 PDT 2023


abhina.sreeskantharajan created this revision.
Herald added a project: All.
abhina.sreeskantharajan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This patch is adding a wrapper class called CharSetConverter for ConverterEBCDIC which was added previously here https://reviews.llvm.org/rGb42718dcecdd6787e0fde826ef7377f4e3cdd7bd.

This is the base for two patches, the first will add-on iconv support to this CharSetConverter class so we can support more charsets. The other patch is the implementation of fexec-charset which relies on this CharSetConverter class.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153417

Files:
  clang/include/clang/Basic/CharSet.h
  clang/lib/Basic/CMakeLists.txt
  clang/lib/Basic/CharSet.cpp
  clang/unittests/Basic/CMakeLists.txt
  clang/unittests/Basic/CharSetTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153417.533234.patch
Type: text/x-patch
Size: 15014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230621/cf1aa1dc/attachment-0001.bin>


More information about the cfe-commits mailing list