This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from fc8847c Bump version # to 4.0.0 new 7310ec8 Fix undefined behavior in __tree
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/__config | 2 + include/__tree | 444 ++++++++++++--------- .../associative/tree_balance_after_insert.pass.cpp | 3 + .../associative/tree_left_rotate.pass.cpp | 3 + .../containers/associative/tree_remove.pass.cpp | 3 + .../associative/tree_right_rotate.pass.cpp | 3 + ... => PR28469_undefined_behavior_segfault.sh.cpp} | 24 +- test/ubsan_blacklist.txt | 1 - 8 files changed, 284 insertions(+), 199 deletions(-) copy test/std/containers/associative/map/{map.cons/compare_copy_constructible.fail [...]