[libc-commits] [PATCH] D74021: Created uChar implementation for libc

Marcus Johnson via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Mar 12 09:13:13 PDT 2020


MarcusJohnson91 updated this revision to Diff 249951.
MarcusJohnson91 added a comment.

Fixed a minor clang-format line length issue in the source files, and removed a duplicated cmake entry


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

https://reviews.llvm.org/D74021

Files:
  libc/src/CMakeLists.txt
  libc/src/uchar/CMakeLists.txt
  libc/src/uchar/c16rtomb.cpp
  libc/src/uchar/c16rtomb.h
  libc/src/uchar/c32rtomb.cpp
  libc/src/uchar/c32rtomb.h
  libc/src/uchar/mbrtoc16.cpp
  libc/src/uchar/mbrtoc16.h
  libc/src/uchar/mbrtoc32.cpp
  libc/src/uchar/mbrtoc32.h
  libc/test/src/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74021.249951.patch
Type: text/x-patch
Size: 10573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200312/c1c0081b/attachment-0001.bin>


More information about the libc-commits mailing list