[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:50:19 PST 2020


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

Added trailing newline to CMakeLists

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

and fixed type with variable c16 being written as C16


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.242879.patch
Type: text/x-patch
Size: 14735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200206/ba9461ef/attachment.bin>


More information about the libc-commits mailing list