[PATCH] D92257: [clang-format] Add option to control the space at the front of a line comment
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 27 01:12:44 PST 2020
HazardyKnusperkeks updated this revision to Diff 313774.
HazardyKnusperkeks marked an inline comment as done.
HazardyKnusperkeks edited the summary of this revision.
HazardyKnusperkeks added a comment.
I'm back!
I've reworked the change to correctly(*) work with line comment sections.
*: That is to be discussed, currently there is one change in behavior which is not covered through previous tests and one test which is failing. I will highlight that in inline comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92257/new/
https://reviews.llvm.org/D92257
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/docs/ReleaseNotes.rst
clang/include/clang/Format/Format.h
clang/lib/Format/BreakableToken.cpp
clang/lib/Format/BreakableToken.h
clang/lib/Format/Format.cpp
clang/lib/Format/NamespaceEndCommentsFixer.cpp
clang/unittests/Format/FormatTest.cpp
clang/unittests/Format/FormatTestComments.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92257.313774.patch
Type: text/x-patch
Size: 35019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201227/3b1541b6/attachment-0001.bin>
More information about the cfe-commits
mailing list