This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
cd23593f02db0decfa5af016b51f725c5d290d02
llvm-project
/
libcxx
/
test
/
std
/
utilities
/
time
History
Marshall Clow
d0ab67f7d0
Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct.
...
llvm-svn: 340992
2018-08-29 23:02:15 +00:00
..
date.time
Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as
https://reviews.llvm.org/D50799
2018-08-15 21:19:08 +00:00
time.clock
[libcxx] [test] Rename _Tp to T. NFCI.
2017-08-11 20:53:53 +00:00
time.clock.req
…
time.duration
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
2017-07-29 00:55:35 +00:00
time.point
Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct.
2018-08-29 23:02:15 +00:00
time.traits
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library
2017-04-19 00:56:32 +00:00
clock.h
…
hours.pass.cpp
…
microseconds.pass.cpp
…
milliseconds.pass.cpp
…
minutes.pass.cpp
…
nanoseconds.pass.cpp
…
rep.h
Remove usages of _LIBCPP_CONSTEXPR under test/std
2016-10-12 10:28:09 +00:00
seconds.pass.cpp
…