[PATCH] D132131: [clang-format] Adds a formatter for aligning trailing comments over empty lines
Yusuke Kadowaki via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 10 07:44:35 PDT 2022
yusuke-kadowaki updated this revision to Diff 466504.
yusuke-kadowaki added a comment.
Implment trailing comments Leave option
There is two options, I think, when leaving comments exceeds the column limit.
1. Just format the trailing comments
2. Ignore the column limit for that line.
This implementation does the first option because ignoring column limit semms too much for just taking care of trailing comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132131/new/
https://reviews.llvm.org/D132131
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/FormatTestComments.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132131.466504.patch
Type: text/x-patch
Size: 23216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221010/671adb4b/attachment-0001.bin>
More information about the cfe-commits
mailing list