[PATCH] D133571: [clang-format] Introduce NoFallThrough option into AllowShortCaseLabelsOnASingleLine
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 10 12:42:32 PDT 2022
HazardyKnusperkeks added inline comments.
================
Comment at: clang/include/clang/Format/Format.h:469
+ /// Different styles for merging short case labels.
+ enum ShortCaseLabelStyle : int8_t {
+ /// Never merge case code
----------------
While we're at it, shouldn't there be a `Leave`? ;)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133571/new/
https://reviews.llvm.org/D133571
More information about the cfe-commits
mailing list