[PATCH] D44631: [clang-format] Remove empty lines before }[; ] // comment

2018-03-19 Thread Krasimir Georgiev via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rC327861: [clang-format] Remove empty lines before }[;] // comment (authored by krasimir, committed by ). Changed prior to

[PATCH] D44631: [clang-format] Remove empty lines before }[; ] // comment

2018-03-19 Thread Krasimir Georgiev via Phabricator via cfe-commits
krasimir created this revision. Herald added subscribers: cfe-commits, klimek. This addresses bug 36766 and a FIXME in tests about empty lines before `}[;] // comment` lines. Repository: rC Clang https://reviews.llvm.org/D44631 Files: lib/Format/UnwrappedLineFormatter.cpp unittests/Form