[PATCH] D27754: [clang-format] Implement comment reflowing (again).
Krasimir Georgiev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 15 02:01:48 PST 2016
krasimir updated this revision to Diff 81551.
krasimir added a comment.
- Split BreakableComment back into a BreakableBlockComment and BreakableLineCommentSection
- Extract common reflow computation functionality
https://reviews.llvm.org/D27754
Files:
lib/Format/BreakableToken.cpp
lib/Format/BreakableToken.h
lib/Format/CMakeLists.txt
lib/Format/Comments.cpp
lib/Format/Comments.h
lib/Format/ContinuationIndenter.cpp
lib/Format/TokenAnnotator.cpp
lib/Format/UnwrappedLineParser.cpp
unittests/Format/FormatTest.cpp
unittests/Format/FormatTestSelective.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27754.81551.patch
Type: text/x-patch
Size: 74327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161215/0eb20a8f/attachment-0001.bin>
More information about the cfe-commits
mailing list