[all-commits] [llvm/llvm-project] 976f37: [libc++] Granularize __string
philnik777 via All-commits
all-commits at lists.llvm.org
Thu Jun 9 12:04:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 976f37050dbd38aea69a91a31b2a15a19cab6716
https://github.com/llvm/llvm-project/commit/976f37050dbd38aea69a91a31b2a15a19cab6716
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__format/formatter_bool.h
R libcxx/include/__string
A libcxx/include/__string/char_traits.h
A libcxx/include/__string/extern_template_lists.h
M libcxx/include/bitset
M libcxx/include/ext/__hash
M libcxx/include/iomanip
M libcxx/include/locale
M libcxx/include/module.modulemap.in
M libcxx/include/string
M libcxx/include/string_view
M libcxx/include/system_error
M libcxx/include/thread
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/libcxx/utilities/function.objects/unord.hash/murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp
M libcxx/test/std/strings/basic.string.hash/char_type_hash.fail.cpp
Log Message:
-----------
[libc++] Granularize __string
Reviewed By: ldionne, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D127156
More information about the All-commits
mailing list