This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 699bfec76 Similar to the handling of darwin target triples, strip the v [...] new caf40ae41 [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_E [...]
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: docs/UsingLibcxx.rst | 70 ++++++++++++++++++++++ include/__config | 26 +++++++- include/memory | 2 +- test/libcxx/diagnostics/enable_nodiscard.fail.cpp | 33 ++++++++++ .../enable_nodiscard_disable_after_cxx17.fail.cpp | 33 ++++++++++ ...enable_nodiscard_disable_nodiscard_ext.fail.cpp | 31 ++++++++++ test/libcxx/diagnostics/nodiscard.pass.cpp | 15 ++--- ...card.fail.cpp => nodiscard_aftercxx17.fail.cpp} | 1 - ...card.pass.cpp => nodiscard_aftercxx17.pass.cpp} | 6 +- .../diagnostics/nodiscard_extensions.fail.cpp | 32 ++++++++++ .../diagnostics/nodiscard_extensions.pass.cpp | 26 ++++++++ utils/libcxx/test/format.py | 5 +- 12 files changed, 259 insertions(+), 21 deletions(-) create mode 100644 test/libcxx/diagnostics/enable_nodiscard.fail.cpp create mode 100644 test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp create mode 100644 test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext. [...] rename test/libcxx/diagnostics/{nodiscard.fail.cpp => nodiscard_aftercxx17.fail.cp [...] copy test/libcxx/diagnostics/{nodiscard.pass.cpp => nodiscard_aftercxx17.pass.cpp} (80%) create mode 100644 test/libcxx/diagnostics/nodiscard_extensions.fail.cpp create mode 100644 test/libcxx/diagnostics/nodiscard_extensions.pass.cpp