This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from c9f5f1056 Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP [...] new a17cd7c64 Added tests for xxx.size() and xxx.empty() for all the sequen [...] new 6f8459857 Update Appveyor LLVM install link to be current and non-broken
The 2 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: appveyor-reqs-install.cmd | 2 +- .../deque.capacity/empty.pass.cpp} | 30 ++++++----- .../sequences/deque/deque.capacity/size.pass.cpp | 62 ++++++++++++++++++++++ .../clear.pass.cpp => forwardlist/empty.pass.cpp} | 25 ++++++--- .../empty.pass.cpp} | 21 ++++++-- .../sequences/list/list.capacity/size.pass.cpp | 62 ++++++++++++++++++++++ .../clear.pass.cpp => vector.bool/empty.pass.cpp} | 26 +++++---- .../containers/sequences/vector.bool/size.pass.cpp | 62 ++++++++++++++++++++++ .../empty.pass.cpp} | 26 +++++---- .../sequences/vector/vector.capacity/size.pass.cpp | 62 ++++++++++++++++++++++ 10 files changed, 333 insertions(+), 45 deletions(-) copy test/std/containers/sequences/{vector/vector.modifiers/clear.pass.cpp => dequ [...] create mode 100644 test/std/containers/sequences/deque/deque.capacity/size.pass.cpp copy test/std/containers/sequences/{list/list.modifiers/clear.pass.cpp => forwardl [...] copy test/std/containers/sequences/list/{list.modifiers/clear.pass.cpp => list.cap [...] create mode 100644 test/std/containers/sequences/list/list.capacity/size.pass.cpp copy test/std/containers/sequences/{vector/vector.modifiers/clear.pass.cpp => vect [...] create mode 100644 test/std/containers/sequences/vector.bool/size.pass.cpp copy test/std/containers/sequences/vector/{vector.modifiers/clear.pass.cpp => vect [...] create mode 100644 test/std/containers/sequences/vector/vector.capacity/size.pass.cpp