[PATCH] D93986: [clang-format] Add the possibility to align assignments spanning empty lines or comments

Lukas Barth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 10 07:10:54 PST 2021


tinloaf added a comment.

In D93986#2477860 <https://reviews.llvm.org/D93986#2477860>, @HazardyKnusperkeks wrote:

> In D93986#2477474 <https://reviews.llvm.org/D93986#2477474>, @tinloaf wrote:
>
>> In D93986#2477383 <https://reviews.llvm.org/D93986#2477383>, @MyDeveloperDay wrote:
>>
>>> Ideally we should add a comment to the release notes, (which you could do via a separate NFC commit if you wanted)
>>
>> Thank, I'll do that. But before that, I will create a revision that adds the same feature for the other three alignment types.
>
> I think it should happen in this revision so that it is atomically.

Done - this revision now also includes the functionality for bit fields, macros and declarations.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93986



More information about the cfe-commits mailing list