This is an archive of the discontinued LLVM Phabricator instance.

clang-format: don't force break before generic type method
ClosedPublic

Authored by het on Nov 19 2014, 5:38 PM.

Details

Reviewers
djasper
Summary

Before

Foo.bar()
    .<X>
    baz();

After

Foo.bar()
    .<X>baz();

Diff Detail

Event Timeline

het updated this revision to Diff 16407.Nov 19 2014, 5:38 PM
het retitled this revision from to clang-format: don't force break before generic type method.
het updated this object.
het edited the test plan for this revision. (Show Details)
het added a reviewer: djasper.
het set the repository for this revision to rL LLVM.
het added a subscriber: Unknown Object (MLST).
djasper accepted this revision.Nov 20 2014, 1:48 AM
djasper edited edge metadata.

Submitted as r222423.

This revision is now accepted and ready to land.Nov 20 2014, 1:48 AM
djasper closed this revision.Nov 20 2014, 1:48 AM