This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Qualifies intmax_t and uintmax_t.
ClosedPublic

Authored by Mordante on Mar 24 2023, 9:19 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG92fc93e11286: [libc++] Qualifies intmax_t and uintmax_t.
Summary

This has been done using the following command

find libcxx/test -type f -exec perl -pi -e 's|^([^/]+?)((?<!::)(?<!::u)u?intmax_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 24 2023, 9:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2023, 9:19 AM
Mordante requested review of this revision.Mar 24 2023, 9:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2023, 9:19 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 24 2023, 9:33 AM
This revision is now accepted and ready to land.Mar 24 2023, 9:33 AM
This revision was landed with ongoing or failed builds.Apr 7 2023, 8:45 AM
This revision was automatically updated to reflect the committed changes.