This is an archive of the discontinued LLVM Phabricator instance.

Refactor: Simplify boolean conditional return statements in llvm/lib/Support
ClosedPublic

Authored by LegalizeAdulthood on May 25 2015, 12:14 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

LegalizeAdulthood retitled this revision from to Refactor: Simplify boolean conditional return statements in llvm/lib/Support.
LegalizeAdulthood updated this object.
LegalizeAdulthood edited the test plan for this revision. (Show Details)
LegalizeAdulthood added a subscriber: Unknown Object (MLST).
craig.topper added inline comments.
lib/Support/YAMLParser.cpp
966 ↗(On Diff #26404)

Operator should be on end of previous line

lib/Support/YAMLParser.cpp
966 ↗(On Diff #26404)

Fixed.

Update from latest.
I do not have commit access.

alexfh accepted this revision.Dec 28 2015, 7:33 AM
alexfh added a reviewer: alexfh.
alexfh added a subscriber: alexfh.

LG

This revision is now accepted and ready to land.Dec 28 2015, 7:33 AM
This revision was automatically updated to reflect the committed changes.