This is an archive of the discontinued LLVM Phabricator instance.

YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping output.
ClosedPublic

Authored by arphaman on May 1 2015, 4:00 PM.

Details

Summary

This patch adds an optional flow field to the MappingTrait class that enables yaml IO to output flow mappings.
I have a patch that updates the documentation as well, I will post it later.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 24839.May 1 2015, 4:00 PM
arphaman retitled this revision from to YAML: Add an optional 'flow' field to the mapping trait to allow flow mapping output..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: bogner, bob.wilson.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: Unknown Object (MLST).
arphaman updated this revision to Diff 24850.May 1 2015, 6:23 PM

I've updated the patch to include the documentation changes.

arphaman updated this revision to Diff 24891.May 4 2015, 9:50 AM

Refactoring: I've extracted the output of the flow mapping key into a separate method as suggested by Justin.

This revision was automatically updated to reflect the committed changes.