llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue
Stephan T. Lavavej 03fe6e2da2 [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
Guard typedefs and static_asserts with _LIBCPP_VERSION.

test/std/containers/sequences/vector.bool/move_assign_noexcept.pass.cpp
test/std/containers/sequences/vector.bool/move_noexcept.pass.cpp
test/std/containers/sequences/vector.bool/swap_noexcept.pass.cpp
Additionally deal with conditional compilation.

test/std/containers/associative/map/map.cons/move_noexcept.pass.cpp
test/std/containers/associative/multimap/multimap.cons/move_noexcept.pass.cpp
Additionally deal with typedefs used by other typedefs.

Fixes D29135.

llvm-svn: 294154
2017-02-05 22:47:09 +00:00
..
priqueue.cons [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3. 2017-02-05 22:47:09 +00:00
priqueue.cons.alloc Mark LWG issue 2537 as complete 2016-05-31 01:11:20 +00:00
priqueue.members
priqueue.special Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com. 2016-07-25 00:15:29 +00:00
types.fail.cpp Add failing tests that I forgot to add to the last commit 2016-03-14 17:58:54 +00:00
types.pass.cpp Add includes in test. Patch from STL@microsoft.com 2016-07-18 02:05:31 +00:00