This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from ccb58d0 Update version to 5.0 new ebaf7da Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.
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 | 7 +++ include/__config | 10 ++++ include/__tree | 34 +++++++++++++- include/map | 4 +- include/type_traits | 9 ++++ test/libcxx/compiler.py | 4 +- .../associative/non_const_comparator.fail.cpp | 45 ++++++++++++++++++ test/libcxx/test/config.py | 54 +++++++++++----------- test/libcxx/test/format.py | 4 ++ .../diagnose_reference_binding.fail.cpp | 7 +++ 10 files changed, 146 insertions(+), 32 deletions(-) create mode 100644 test/libcxx/containers/associative/non_const_comparator.fail.cpp