fb855eb941
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 |
||
---|---|---|
.. | ||
span.cons | ||
span.elem | ||
span.iterators | ||
span.objectrep | ||
span.obs | ||
span.sub | ||
enable_borrowed_range.compile.pass.cpp | ||
range_concept_conformance.compile.pass.cpp | ||
trivially_copyable.compile.pass.cpp | ||
types.pass.cpp |