[PATCH] D28764: [clang-format] Implement comment reflowing (v3)
Manuel Klimek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 23 03:40:04 PST 2017
klimek added inline comments.
================
Comment at: lib/Format/BreakableToken.h:40
+/// of the content after a split has been used for breaking, and
+/// - insertBreak, for executing the split using a whitespace manager.
+///
----------------
Do we want to describe how replaceWhitespace fits in here, then?
https://reviews.llvm.org/D28764
More information about the cfe-commits
mailing list