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

Marcus Johnson via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 6 05:41:20 PST 2020


MarcusJohnson91 updated this revision to Diff 242877.
MarcusJohnson91 marked an inline comment as done.
MarcusJohnson91 added a comment.

Clang-formatted, and replaced calloc with calls to new, as well as removed ULL from size_t variable initializations

also removed the block comment that accidentally slipped through.

As for tests, I'm not sure where to begin with that, can anyone point me in the right direction?


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

https://reviews.llvm.org/D74021

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74021.242877.patch
Type: text/x-patch
Size: 14735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200206/3f419936/attachment.bin>


More information about the libc-commits mailing list