This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Qualifies intptr_t and uintptr_t.
ClosedPublic

Authored by Mordante on Mar 22 2023, 9:48 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGd59a43fe2ad8: [libc++] Qualifies intptr_t and uintptr_t.
Summary

This has been done using the following command

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

The std module doesn't export declarations in the global namespaace.
This is a preparation for that module.

Diff Detail

Event Timeline

Mordante created this revision.Mar 22 2023, 9:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 9:48 AM
Mordante requested review of this revision.Mar 22 2023, 9:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2023, 9:48 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 22 2023, 1:05 PM
This revision is now accepted and ready to land.Mar 22 2023, 1:05 PM
This revision was landed with ongoing or failed builds.Mar 22 2023, 2:19 PM
This revision was automatically updated to reflect the committed changes.