[PATCH] D29626: [clang-format] Break before a sequence of line comments aligned with the next line.
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 7 06:26:21 PST 2017
klimek 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.
+ //
----------------
Put these 2 lines and what it does to the arguments into the header.
https://reviews.llvm.org/D29626
More information about the cfe-commits
mailing list