This is an archive of the discontinued LLVM Phabricator instance.

Replace std::foo with std::foo_t in LLVM.
ClosedPublic

Authored by jlebar on Feb 12 2020, 9:03 AM.

Details

Reviewers
bkramer
MaskRay
Summary

This patch is replacements missed in my last change doing this across LLVM.

No functional change, although I think there was a missing typename
in struct conjunction that is now fixed.

Diff Detail

Unit TestsFailed

Event Timeline

jlebar created this revision.Feb 12 2020, 9:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2020, 9:03 AM
MaskRay accepted this revision.Feb 12 2020, 11:14 AM
This revision is now accepted and ready to land.Feb 12 2020, 11:14 AM
bkramer accepted this revision.Feb 12 2020, 12:25 PM

looks good

Thank you for the reviews!

jlebar closed this revision.Feb 12 2020, 5:56 PM

Submitted as a4384c756bd8a8190510. I'm working from my wife's machine and accidentally submitted with her name instead of mine. Oops. :)