This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 3fdfbbfe3 [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ t [...] new f1729d90b More of P0600 - '[[nodiscard]] in the Library' mark empty() a [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/iterator | 9 + include/string | 21 +- include/string_view | 818 ++++++++++----------- .../iterator.container/empty.array.fail.cpp} | 12 +- .../iterator.container/empty.container.fail.cpp} | 10 +- .../empty.initializer_list.fail.cpp} | 14 +- .../basic.string/string.capacity}/empty.fail.cpp | 6 +- .../basic.string/string.capacity/empty.pass.cpp | 4 +- .../string.view.capacity/capacity.pass.cpp | 4 + .../string.view.capacity}/empty.fail.cpp | 8 +- 10 files changed, 461 insertions(+), 445 deletions(-) copy test/std/{containers/sequences/vector.bool/empty.fail.cpp => iterators/iterat [...] copy test/std/{containers/sequences/vector/vector.capacity/empty.fail.cpp => itera [...] copy test/std/{containers/associative/multiset/empty.fail.cpp => iterators/iterato [...] copy test/std/{containers/sequences/deque/deque.capacity => strings/basic.string/s [...] copy test/std/{containers/associative/set => strings/string.view/string.view.capac [...]