[PATCH] D133571: [clang-format] Introduce NoFallThrough option into AllowShortCaseLabelsOnASingleLine

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 9 08:13:44 PDT 2022


MyDeveloperDay updated this revision to Diff 459074.
MyDeveloperDay marked 3 inline comments as done.
MyDeveloperDay added a comment.

- rebase with fixed doc NFC update
- rework the nofallback condition to prevent repeated checks
- fix grammar checks


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

https://reviews.llvm.org/D133571

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/include/clang/Format/Format.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/UnwrappedLineFormatter.cpp
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133571.459074.patch
Type: text/x-patch
Size: 12928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220909/6896b7d4/attachment-0001.bin>


More information about the cfe-commits mailing list