[all-commits] [llvm/llvm-project] 1d7c39: [libc++] s/Birdirectional/Bidirectional/g. NFCI.
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Dec 14 06:57:37 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d7c39e14e25ecabeff1007df7c220d871de4719
https://github.com/llvm/llvm-project/commit/1d7c39e14e25ecabeff1007df7c220d871de4719
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M libcxx/include/algorithm
Log Message:
-----------
[libc++] s/Birdirectional/Bidirectional/g. NFCI.
Commit: e9eb99999f8f75e5f9244da8600dde1f7d85cac9
https://github.com/llvm/llvm-project/commit/e9eb99999f8f75e5f9244da8600dde1f7d85cac9
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M libcxx/include/memory
M libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
M libcxx/test/support/container_test_types.h
Log Message:
-----------
[libc++] s/insertible/insertable/g. NFCI.
Commit: ce9ac549c9396a1308630f838c87a44b5284ea01
https://github.com/llvm/llvm-project/commit/ce9ac549c9396a1308630f838c87a44b5284ea01
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M libcxx/include/type_traits
Log Message:
-----------
[libc++] Remove __is_construct::__nat. NFCI.
This type has been unused since commit 5b4cc84b87232e67afb63e2bad429b3211b26964.
Commit: b6f191741562ab32a3e210c8661df09b546275cc
https://github.com/llvm/llvm-project/commit/b6f191741562ab32a3e210c8661df09b546275cc
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M libcxx/include/__hash_table
M libcxx/include/__tree
M libcxx/include/algorithm
M libcxx/include/list
M libcxx/include/optional
M libcxx/include/semaphore
Log Message:
-----------
[libc++] Fix some one-off typos in comments. NFCI.
Commit: 2664f5d436522d52b0cc8c05ee76e4de8d93dad1
https://github.com/llvm/llvm-project/commit/2664f5d436522d52b0cc8c05ee76e4de8d93dad1
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M libcxx/test/libcxx/double_include.sh.cpp
M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
M libcxx/utils/generate_abi_list.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_header_tests.py
Log Message:
-----------
generate_header_tests.py: Sort the header files ASCIIbetically.
Otherwise they come out in random (inode?) order.
Also `chmod +x` the generator, and re-run it. Somehow on Marek's
machine it produced \r\n line endings?! Open all files with
`newline='\n'` so that (if the Python3 docs are correct)
that won't happen again.
Differential Revision: https://reviews.llvm.org/D93137
Compare: https://github.com/llvm/llvm-project/compare/d0797e62fa8a...2664f5d43652
More information about the All-commits
mailing list