This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a4c272d82 Implement LWG 3013 - some filesystem members should not be noexcept. new 772a6d418 Add more fuzzing bits: partial_sort_copy, partition_copy, uni [...]
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: fuzzing/RoutineNames.txt | 4 + fuzzing/fuzzing.cpp | 206 +++++++++++++++++++-- fuzzing/fuzzing.h | 16 +- .../{nth_element.cpp => partial_sort_copy.cpp} | 4 +- .../{nth_element.cpp => partition_copy.cpp} | 4 +- test/libcxx/fuzzing/{sort.cpp => unique.cpp} | 4 +- .../fuzzing/{nth_element.cpp => unique_copy.cpp} | 4 +- 7 files changed, 216 insertions(+), 26 deletions(-) copy test/libcxx/fuzzing/{nth_element.cpp => partial_sort_copy.cpp} (86%) copy test/libcxx/fuzzing/{nth_element.cpp => partition_copy.cpp} (86%) copy test/libcxx/fuzzing/{sort.cpp => unique.cpp} (87%) copy test/libcxx/fuzzing/{nth_element.cpp => unique_copy.cpp} (87%)