This is an archive of the discontinued LLVM Phabricator instance.

[Clang Tidy] Small readability-container-size-empty cleanup
ClosedPublic

Authored by xazax.hun on Jan 23 2015, 5:40 AM.

Details

Reviewers
alexfh
Summary

Utilized the hasEitherOperand instead of explicit anyOf.

Diff Detail

Event Timeline

xazax.hun updated this revision to Diff 18666.Jan 23 2015, 5:40 AM
xazax.hun retitled this revision from to [Clang Tidy] Small readability-container-size-empty cleanup.
xazax.hun updated this object.
xazax.hun edited the test plan for this revision. (Show Details)
xazax.hun added a reviewer: alexfh.
xazax.hun added a subscriber: Unknown Object (MLST).
alexfh accepted this revision.Jan 23 2015, 6:41 AM
alexfh edited edge metadata.

Looks good!

I'll commit the patch.

This revision is now accepted and ready to land.Jan 23 2015, 6:41 AM
alexfh closed this revision.Jan 23 2015, 6:45 AM

Committed revision 226911.