[all-commits] [llvm/llvm-project] d081d7: [libc++][NFC] Remove unimplemented parts of chrono...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Mon Oct 25 08:18:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d081d75dc8fc4b5173d6b15ffcf077d2e0d4143f
https://github.com/llvm/llvm-project/commit/d081d75dc8fc4b5173d6b15ffcf077d2e0d4143f
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M libcxx/include/chrono
Log Message:
-----------
[libc++][NFC] Remove unimplemented parts of chrono synopsis
Several parts in the `chrono` synopsis for C++20 are not yet
implemented. The current recommendation is that things are added to the
synopsis when implemented -- not beforehand. As such, remove the
not-yet-implemented parts to avoid confusion.
Reviewed By: ldionne, Quuxplusone, #libc
Differential Revision: https://reviews.llvm.org/D111922
More information about the All-commits
mailing list