[libc-commits] [PATCH] D141235: [libc] Templatize str{,n}cmp
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Jan 8 13:47:39 PST 2023
abrachet created this revision.
abrachet added reviewers: lntue, michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added a project: All.
abrachet requested review of this revision.
This will be used to implement the case insensitive str{,n}casecmp
https://reviews.llvm.org/D141235
Files:
libc/src/__support/CPP/functional.h
libc/src/string/CMakeLists.txt
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/strcmp_implementations.h
libc/src/string/strcmp.cpp
libc/src/string/strncmp.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141235.487228.patch
Type: text/x-patch
Size: 5701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230108/a0f16737/attachment.bin>
More information about the libc-commits
mailing list