[libc-commits] [PATCH] D106511: [libc] Add explicit C++ casting to strchr, strrchr, memchr, and memrchr

Alf via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Jul 25 17:47:40 PDT 2021


gAlfonso-bit updated this revision to Diff 361565.

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

https://reviews.llvm.org/D106511

Files:
  libc/src/__support/common.h
  libc/src/string/aarch64/memcmp.cpp
  libc/src/string/aarch64/memcpy.cpp
  libc/src/string/bzero.h
  libc/src/string/memchr.cpp
  libc/src/string/memchr.h
  libc/src/string/memcmp.h
  libc/src/string/memcpy.cpp
  libc/src/string/memcpy.h
  libc/src/string/memmove.cpp
  libc/src/string/memmove.h
  libc/src/string/memory_utils/elements.h
  libc/src/string/memory_utils/memset_utils.h
  libc/src/string/memory_utils/utils.h
  libc/src/string/memrchr.cpp
  libc/src/string/memrchr.h
  libc/src/string/memset.h
  libc/src/string/strcat.h
  libc/src/string/strchr.cpp
  libc/src/string/strchr.h
  libc/src/string/strcmp.h
  libc/src/string/strcpy.h
  libc/src/string/strcspn.h
  libc/src/string/string_utils.h
  libc/src/string/strlen.h
  libc/src/string/strncpy.h
  libc/src/string/strnlen.h
  libc/src/string/strpbrk.h
  libc/src/string/strrchr.cpp
  libc/src/string/strrchr.h
  libc/src/string/strspn.h
  libc/src/string/strstr.h
  libc/src/string/strtok.h
  libc/src/string/strtok_r.h
  libc/src/string/x86_64/memcpy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106511.361565.patch
Type: text/x-patch
Size: 32701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210726/a3eeaee8/attachment-0001.bin>


More information about the libc-commits mailing list