llvm-project/libcxx/test/std/containers/sequences/list
Mark de Wever fb855eb941 [libc++] Qualifies size_t.
This has been done using the following command

  find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)size_t)|\1std::\2|' \{} \;

And manually removed some false positives in std/depr/depr.c.headers.

The `std` module doesn't export `::size_t`, this is a preparation for that module.

Reviewed By: ldionne, #libc, EricWF, philnik

Differential Revision: https://reviews.llvm.org/D146088
2023-03-21 17:41:36 +01:00
..
list.capacity [libc++] Qualifies size_t. 2023-03-21 17:41:36 +01:00
list.cons [libc++] Qualifies size_t. 2023-03-21 17:41:36 +01:00
list.erasure [libc++] Qualifies size_t. 2023-03-21 17:41:36 +01:00
list.modifiers
list.ops [libc++] Qualifies size_t. 2023-03-21 17:41:36 +01:00
list.special [libc++] Qualifies size_t. 2023-03-21 17:41:36 +01:00
allocator_mismatch.verify.cpp
compare.pass.cpp
compare.three_way.pass.cpp
get_allocator.pass.cpp
incomplete_type.pass.cpp
iterator_concept_conformance.compile.pass.cpp
iterators.pass.cpp
range_concept_conformance.compile.pass.cpp
types.pass.cpp