[PATCH] D29626: [clang-format] Break before a sequence of line comments aligned with the next line.
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 7 07:00:42 PST 2017
krasimir marked an inline comment as done.
krasimir added inline comments.
================
Comment at: lib/Format/UnwrappedLineParser.cpp:2207-2208
+ const FormatToken *NextTok) {
+ // Decides which comment tokens should be added to the current line and which
+ // should be added as comments before the next token.
+ //
----------------
klimek wrote:
> Put these 2 lines and what it does to the arguments into the header.
Done. Thanks!
https://reviews.llvm.org/D29626
More information about the cfe-commits
mailing list