This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 5981b33dd [NFC][libcxx] Rename helpers with 4 underscores to something [...] new 13cf3b9b3 [libc++] Add deprecated attributes to many deprecated components
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 | 5 ++ include/__config | 32 +++++++-- include/__functional_base | 6 +- include/algorithm | 4 +- include/functional | 73 +++++++++++--------- include/memory | 16 ++--- .../random_shuffle.cxx1z.pass.cpp | 4 +- ...s.cpp => random_shuffle.depr_in_cxx14.fail.cpp} | 25 ++++--- .../auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp | 44 ++++++++++++ .../adaptors.depr_in_cxx11.fail.cpp | 79 ++++++++++++++++++++++ .../bind1st.depr_in_cxx11.fail.cpp} | 23 ++++--- .../bind2nd.depr_in_cxx11.fail.cpp} | 23 ++++--- .../binder1st.depr_in_cxx11.fail.cpp | 34 ++++++++++ .../binder2nd.depr_in_cxx11.fail.cpp | 34 ++++++++++ .../negators/binary_negate.depr_in_cxx17.fail.cpp | 38 +++++++++++ .../not1.depr_in_cxx17.fail.cpp} | 26 ++++--- .../negators/not2.depr_in_cxx17.fail.cpp | 37 ++++++++++ .../negators/unary_negate.depr_in_cxx17.fail.cpp | 37 ++++++++++ 18 files changed, 453 insertions(+), 87 deletions(-) copy test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/{random_sh [...] create mode 100644 test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11. [...] create mode 100644 test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.fail.cpp copy test/std/{utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func. [...] copy test/std/{utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func. [...] create mode 100644 test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.de [...] create mode 100644 test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.de [...] create mode 100644 test/std/utilities/function.objects/negators/binary_negate.depr [...] copy test/std/utilities/function.objects/{func.wrap/func.wrap.func/derive_from.pas [...] create mode 100644 test/std/utilities/function.objects/negators/not2.depr_in_cxx17 [...] create mode 100644 test/std/utilities/function.objects/negators/unary_negate.depr_ [...]