This is an archive of the discontinued LLVM Phabricator instance.

Remove LVALUE / RVALUE workarounds
ClosedPublic

Authored by jfb on Aug 14 2019, 12:34 PM.

Details

Summary

LLVM_HAS_RVALUE_REFERENCE_THIS and LLVM_LVALUE_FUNCTION shouldn't be needed anymore because the minimum compiler versions support them.

Diff Detail

Repository
rL LLVM

Event Timeline

jfb created this revision.Aug 14 2019, 12:34 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 14 2019, 12:34 PM
JDevlieghere accepted this revision.Aug 14 2019, 3:08 PM
JDevlieghere added a subscriber: JDevlieghere.

LGTM

This revision is now accepted and ready to land.Aug 14 2019, 3:08 PM
jfb added a comment.Aug 14 2019, 3:11 PM
This comment was removed by jfb.
This revision was automatically updated to reflect the committed changes.