[PATCH] D29943: [clang-format] Align block comment decorations
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 16 02:26:45 PST 2017
klimek added inline comments.
================
Comment at: lib/Format/BreakableToken.cpp:397
+ //
+ // Don't try aligning if there are less lines, since some patterns like
+ //
----------------
fewer lines
================
Comment at: lib/Format/BreakableToken.cpp:402
+ //
+ // are common.
+ if (e >= 3 && !Decoration.empty()) {
----------------
Why wouldn't we want to align those
/* line
*/
?
https://reviews.llvm.org/D29943
More information about the cfe-commits
mailing list