This is an archive of the discontinued LLVM Phabricator instance.

[pstl] Added missing double-underscore prefixes to some types
ClosedPublic

Authored by ismailp on Apr 13 2020, 11:10 AM.

Details

Summary

Some of the move_ types were used with leading double-underscores, but
they were declared without __ prefix.

This patch adds double-underscores to all move_ types, and their uses.

Diff Detail

Event Timeline

ismailp created this revision.Apr 13 2020, 11:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2020, 11:10 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a subscriber: dexonsmith. · View Herald Transcript
MikeDvorskiy accepted this revision.Apr 14 2020, 1:34 AM
ldionne accepted this revision.Apr 14 2020, 5:03 AM
This revision is now accepted and ready to land.Apr 14 2020, 5:03 AM
This revision was automatically updated to reflect the committed changes.