This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
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
..
libcxx
Disable the aligned allocation test on old mac versions instead of XFAILing it
2018-08-22 17:47:41 +00:00
std
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
support
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
CMakeLists.txt
Add libc++fs to the test deps, and not to the target 'cxx'.
2018-07-27 03:47:46 +00:00
lit.cfg
Move libcxx/test/libcxx python package into libcxx/utils/libcxx.
2017-02-09 23:18:11 +00:00
lit.site.cfg.in
Allow passing additional compiler/linker flags for the tests
2018-02-23 15:19:48 +00:00
nothing_to_do.pass.cpp
Test commit: Reverting whitespace changes
2014-07-17 05:10:03 +00:00