[libcxx-commits] [PATCH] D100777: [libc++] Add missing short wchar handling for codecvt_utf8, codecvt_utf16 and codecvt_utf8_utf16

Xing Xue via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 9 13:21:28 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf53fafbacbc2: [libc++] Add missing short wchar handling for codecvt_utf8, codecvt_utf16 and… (authored by xingxue).
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.

Changed prior to commit:
  https://reviews.llvm.org/D100777?vs=362233&id=371704#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100777/new/

https://reviews.llvm.org/D100777

Files:
  libcxx/include/__config
  libcxx/src/locale.cpp
  libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/ctor_move.pass.cpp
  libcxx/test/std/localization/locale.stdcvt/codecvt_utf16_length.pass.cpp
  libcxx/test/std/localization/locale.stdcvt/codecvt_utf16_max_length.pass.cpp
  libcxx/test/std/localization/locale.stdcvt/codecvt_utf8_length.pass.cpp
  libcxx/test/std/localization/locale.stdcvt/codecvt_utf8_max_length.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100777.371704.patch
Type: text/x-patch
Size: 43250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210909/49d14c9c/attachment-0001.bin>


More information about the libcxx-commits mailing list