This is an archive of the discontinued LLVM Phabricator instance.

[llvm] Deprecate llvm::empty (NFC)
ClosedPublic

Authored by kazu on Sep 18 2022, 11:37 AM.

Details

Summary

This patch deprecates llvm::empty as I've migrated all known uses of
llvm::empty(x) to x.empty().

Diff Detail

Event Timeline

kazu created this revision.Sep 18 2022, 11:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2022, 11:37 AM
kazu requested review of this revision.Sep 18 2022, 11:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2022, 11:37 AM
MaskRay accepted this revision.Sep 18 2022, 9:51 PM

Thanks!

This revision is now accepted and ready to land.Sep 18 2022, 9:51 PM
This revision was automatically updated to reflect the committed changes.
kazu added a comment.Sep 18 2022, 10:02 PM

Thanks!

Thanks for the review!