summaryrefslogtreecommitdiff
path: root/test/std/containers/associative
AgeCommit message (Expand)Author
2017-11-22Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-06-13Fix bug 33389 - __is_transparent check requires too muchMarshall Clow
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multisetEric Fiselier
2017-04-04Fix more -Wshadow warnings introduced by recent Clang changeEric Fiselier
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej
2017-01-18[libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej
2016-12-11Fix copy/paste errors introduced in r289358Eric Fiselier
2016-12-11Fix undefined behavior in container swap tests.Eric Fiselier
2016-12-09Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier
2016-12-06[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-29Protect std::{,unordered_}map tests under noexceptionsRoger Ferrer Ibanez
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-11-04[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej
2016-09-25[libc++] Remove various C++03 feature test macrosEric Fiselier
2016-08-22Add missing include that caused a test failure on Windows. Thanks to STL for ...Marshall Clow
2016-08-17make the associative containers do the right thing for propogate_on_container...Marshall Clow
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-07-25Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-25Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier
2016-07-25Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier
2016-07-24Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-19Fix undefined behavior in __treeEric Fiselier
2016-06-30Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow
2016-06-30Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow
2016-06-30Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow
2016-06-26Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier
2016-06-22Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-09Make the comparison objects that we pass in for various tests look more like ...Marshall Clow
2016-06-07Avoid Shadowing warnings in the associative containers tests. Thanks to STL f...Marshall Clow
2016-06-03[libcxx] Fix c++98 test failures.Asiri Rathnayake
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-04-29Fix or move various non-standard tests.Eric Fiselier
2016-04-28Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier
2016-04-27Fix = that should have been == in test. Thanks to STL@microsoft for the catchMarshall Clow
2016-04-22Fix some non-standard parts of our test suite. Reported by STLEric Fiselier
2016-04-22Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier
2016-04-18Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier
2016-04-15Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier
2016-03-31Fix LWG issue 2469 - Use piecewise construction in map::operator[].Eric Fiselier
2016-03-31Teach __tree how to handle map's __value_typeEric Fiselier