[PATCH] D56692: More calendar bits for <chrono>

Marshall Clow via Phabricator reviews at reviews.llvm.org
Mon Jan 14 17:25:45 PST 2019


mclow.lists created this revision.
mclow.lists added reviewers: EricWF, ldionne.
Herald added a subscriber: christof.

This patch adds the types `leap` and `link` to `std::chrono`.
These are "building block" types, that will be used when we get all the time zone stuff in.

Note the new type `__undocumented`, that denotes an undocumented call.
`chrono` is probably not the right place for this in the long run, I expect that it will find other uses.


https://reviews.llvm.org/D56692

Files:
  include/chrono
  test/libcxx/utilities/time/time.zone/time.zone.leap/comparisons.pass.cpp
  test/libcxx/utilities/time/time.zone/time.zone.leap/ctor.pass.cpp
  test/libcxx/utilities/time/time.zone/time.zone.link/comparisons.pass.cpp
  test/libcxx/utilities/time/time.zone/time.zone.link/ctor.pass.cpp
  test/std/utilities/time/time.zone/time.zone.leap/types.pass.cpp
  test/std/utilities/time/time.zone/time.zone.link/types.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56692.181680.patch
Type: text/x-patch
Size: 16355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190115/ac0b039b/attachment-0001.bin>


More information about the libcxx-commits mailing list