[PATCH] D106349: [clang-format] respect AfterEnum for enums

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 23 13:06:42 PDT 2021


HazardyKnusperkeks added a comment.

In D106349#2900770 <https://reviews.llvm.org/D106349#2900770>, @m1cha wrote:

> In D106349#2897400 <https://reviews.llvm.org/D106349#2897400>, @HazardyKnusperkeks wrote:
>
>> Looks good, could you also add a note in the relasenotes.rst?
>
> Sure
>
> Can I do something about the failing unittests? I don't know how they are related to the changes I made.

They (most likely) aren't. That's something which set me off at the beginning too. If the Format Tests pass on your machine most probably everything is fine for you and for clang-format.
When you update the patch with release notes you can rebase on current main, maybe it is already fixed, maybe not.


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

https://reviews.llvm.org/D106349



More information about the cfe-commits mailing list