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
/
std
/
containers
/
sequences
/
deque
History
Stephan T. Lavavej
50bd9576f0
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
...
These typedefs were completely unused. Fixes D29136. llvm-svn: 294155
2017-02-05 22:47:41 +00:00
..
deque.capacity
[libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12.
2016-12-06 01:13:29 +00:00
deque.cons
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.
2017-02-05 22:47:41 +00:00
deque.modifiers
Change the return type of emplace_[front|back] back to void when building with C++14 or before. Resolves PR31680.
2017-01-24 23:09:12 +00:00
deque.special
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
2017-02-05 22:47:09 +00:00
allocator_mismatch.fail.cpp
Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this.
2015-11-26 01:24:04 +00:00
iterators.pass.cpp
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
2016-11-04 20:26:59 +00:00
types.pass.cpp
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
2016-06-14 21:31:42 +00:00