[PATCH] D99840: [clang-format] Correctly attach enum braces with ShortEnums disabled
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 7 01:33:11 PDT 2021
HazardyKnusperkeks added a comment.
While the fix seems to be right, I don't think we should change the LLVM style (and possibly other styles). So my suggestion is to apply the fix, but actually change the style so that it behaves like before, so that braces of enums are wrapped.
And maybe add an entry in the changelog.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99840/new/
https://reviews.llvm.org/D99840
More information about the cfe-commits
mailing list