This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1b51b7fc7f
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
History
Marshall Clow
6db379a2c8
[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed
...
llvm-svn: 305191
2017-06-12 14:41:37 +00:00
..
array
[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed
2017-06-12 14:41:37 +00:00
deque
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in deque
2017-04-16 03:17:01 +00:00
forwardlist
Cleanup one more <forward_list> test
2017-04-16 04:05:15 +00:00
list
Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>
2017-04-16 03:45:35 +00:00
vector
Sigh. Once again forgot about the 'no exceptions' bots.
2017-04-17 14:18:44 +00:00
vector.bool
[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant".
2017-05-05 23:38:24 +00:00
nothing_to_do.pass.cpp
…