[all-commits] [llvm/llvm-project] 341cc1: [libcxx] Remove nonstandard _FilesystemClock::{to, ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Nov 4 01:25:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 341cc1b4113223352c99199f7c26ea7329d00fb7
https://github.com/llvm/llvm-project/commit/341cc1b4113223352c99199f7c26ea7329d00fb7
Author: Martin Storsjö <martin at martin.st>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/chrono
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp
Log Message:
-----------
[libcxx] Remove nonstandard _FilesystemClock::{to,from}_time_t
These are not standard methods, neither libstdc++ nor MSVC STL provide
them.
In practice, one of them was untested and the other one was only used in
one single test.
Differential Revision: https://reviews.llvm.org/D113027
More information about the All-commits
mailing list