This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Add a test for associative map proto buffer fields
ClosedPublic

Authored by krasimir on Jun 26 2017, 8:00 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Jun 26 2017, 8:00 AM
krasimir added a subscriber: cfe-commits.
djasper edited edge metadata.Jun 26 2017, 8:20 AM

Can you create a more interesting test case where the map definition spans multiple lines? Possibly use qualified names for the field types.

krasimir updated this revision to Diff 103962.Jun 26 2017, 8:40 AM
  • Add map declarations spanning multiple lines
djasper accepted this revision.Jun 27 2017, 2:49 AM

Looks good. Thank you!

This revision is now accepted and ready to land.Jun 27 2017, 2:49 AM
This revision was automatically updated to reflect the committed changes.