This has been done using the following command
find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)(?<!::u)u?int(_[a-z]+)?[0-9]{1,2}_t)|\1std::\2|' \{} \;
And manually removed some false positives in std/depr/depr.c.headers.
Differential D145880 Authored by Mordante on Sun, Mar 12, 9:20 AM.
Details
Summary This has been done using the following command find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)(?<!::u)u?int(_[a-z]+)?[0-9]{1,2}_t)|\1std::\2|' \{} \; And manually removed some false positives in std/depr/depr.c.headers.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Tue, Mar 14, 8:34 AM This revision was landed with ongoing or failed builds.Tue, Mar 14, 9:29 AM Closed by commit rGbd5d0fee9bbb: [libc++] Qualifies uint32_t and friends. (authored by Mordante). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 505140 libcxx/test/libcxx/utilities/function.objects/unord.hash/murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cppLoading... libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cppLoading... libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cppLoading... libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minus1.pass.cppLoading... libcxx/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cppLoading... libcxx/test/std/strings/basic.string/string.modifiers/string_insert/iter_iter_iter.pass.cppLoading... libcxx/test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_iter_iter.pass.cppLoading... libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/formatter.signed_integral.pass.cppLoading... |