[PATCH] D96896: [clang-format] Respect spaces in line comment section without an active column limit

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 27 14:25:42 PST 2021


HazardyKnusperkeks updated this revision to Diff 326928.
HazardyKnusperkeks added a comment.

- Work with `::max` instead of many checks for `== 0`.
- Additional Testcase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96896/new/

https://reviews.llvm.org/D96896

Files:
  clang/lib/Format/ContinuationIndenter.cpp
  clang/unittests/Format/FormatTest.cpp
  clang/unittests/Format/FormatTestComments.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96896.326928.patch
Type: text/x-patch
Size: 8772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210227/eae9bb0e/attachment.bin>


More information about the cfe-commits mailing list