Page MenuHomePhabricator

[libc++] Qualifies uint32_t and friends.
ClosedPublic

Authored by Mordante on Sun, Mar 12, 9:20 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGbd5d0fee9bbb: [libc++] Qualifies uint32_t and friends.
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 Timeline

Mordante created this revision.Sun, Mar 12, 9:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptSun, Mar 12, 9:20 AM
Mordante published this revision for review.Mon, Mar 13, 9:28 AM
Mordante added a reviewer: ldionne.
Herald added a project: Restricted Project. · View Herald TranscriptMon, Mar 13, 9:28 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Tue, Mar 14, 8:34 AM
This 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
This revision was automatically updated to reflect the committed changes.