This patch implements block comment decoration alignment.
source:
/* line 1 * line 2 */
result before:
/* line 1 * line 2 */
result after:
/* line 1 * line 2 */
Paths
| Differential D29943
[clang-format] Align block comment decorations ClosedPublic Authored by krasimir on Feb 14 2017, 8:06 AM.
Details Summary This patch implements block comment decoration alignment. source: /* line 1 * line 2 */ result before: /* line 1 * line 2 */ result after: /* line 1 * line 2 */
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 16 2017, 4:46 AM Closed by commit rL295312: [clang-format] Align block comment decorations (authored by krasimir). · Explain WhyFeb 16 2017, 4:51 AM This revision was automatically updated to reflect the committed changes. Comment Actions
Sounds good! Could you please point me to the release docs? I don't seem to find a clang-format--specific section online.
Revision Contents
Diff 88714 cfe/trunk/lib/Format/BreakableToken.h
cfe/trunk/lib/Format/BreakableToken.cpp
cfe/trunk/unittests/Format/FormatTest.cpp
cfe/trunk/unittests/Format/FormatTestComments.cpp
|