This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Fix shortening blocks in macros causing merged next line
ClosedPublic

Authored by krasimir on Jan 19 2018, 6:34 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

krasimir created this revision.Jan 19 2018, 6:34 AM
krasimir updated this revision to Diff 130604.Jan 19 2018, 6:35 AM
  • Remove added newline
krasimir updated this revision to Diff 130609.Jan 19 2018, 6:40 AM
  • Remove double whitespace
bkramer accepted this revision.Jan 19 2018, 6:43 AM

lgtm

lib/Format/UnwrappedLineFormatter.cpp
310 ↗(On Diff #130604)

double space in comment

This revision is now accepted and ready to land.Jan 19 2018, 6:43 AM
krasimir marked an inline comment as done.Jan 19 2018, 8:07 AM
This revision was automatically updated to reflect the committed changes.