[libcxx-commits] [PATCH] D127159: [libc++] Simplify the char_traits specializations
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 13 04:07:50 PDT 2022
philnik updated this revision to Diff 436337.
philnik marked an inline comment as done.
philnik added a comment.
Herald added a subscriber: mgorny.
- GCC doesn't support __builtin_memmove during constant evaluation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127159/new/
https://reviews.llvm.org/D127159
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__format/formatter_bool.h
libcxx/include/__string
libcxx/include/__string/char_traits.h
libcxx/include/__string/extern_template_lists.h
libcxx/include/bitset
libcxx/include/ext/__hash
libcxx/include/iomanip
libcxx/include/locale
libcxx/include/module.modulemap
libcxx/include/string
libcxx/include/string_view
libcxx/include/system_error
libcxx/include/thread
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/utilities/function.objects/unord.hash/murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp
libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127159.436337.patch
Type: text/x-patch
Size: 48950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220613/62bfa482/attachment-0001.bin>
More information about the libcxx-commits
mailing list