This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 316bb1188 Fix diagnostic in verify test to match new Clang output new b2e9337b0 Fix filesystem build on platforms with weird time_t types.
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: .../filesystem/filesystem_time_helper.h | 173 ++++++++++++++++++ src/experimental/filesystem/operations.cpp | 152 +--------------- .../filesystem/convert_file_time.sh.cpp | 200 +++++++++++++++++++++ utils/libcxx/test/config.py | 1 + 4 files changed, 382 insertions(+), 144 deletions(-) create mode 100644 src/experimental/filesystem/filesystem_time_helper.h create mode 100644 test/libcxx/experimental/filesystem/convert_file_time.sh.cpp