This is an archive of the discontinued LLVM Phabricator instance.

refactoring conditions, use isOneOf
ClosedPublic

Authored by danielmarjamaki on Jun 18 2015, 1:37 AM.

Details

Reviewers
alexfh
Summary

This patch refactors conditions to use isOneOf() instead of multiple is(). It's meant to improve readability. The intention is that this will not affect the behaviour in any way.

Diff Detail

Event Timeline

danielmarjamaki retitled this revision from to refactoring conditions, use isOneOf.
danielmarjamaki updated this object.
danielmarjamaki edited the test plan for this revision. (Show Details)
danielmarjamaki added a reviewer: alexfh.
danielmarjamaki added a subscriber: Unknown Object (MLST).
alexfh accepted this revision.Jun 18 2015, 1:46 AM
alexfh edited edge metadata.

Awesome, thanks!

This revision is now accepted and ready to land.Jun 18 2015, 1:46 AM

I checked in with 240008.