[PATCH] D117520: [clang-format] Fix SeparateDefinitionBlocks issues

ksyx via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 22 11:16:13 PST 2022


ksyx marked 2 inline comments as done.
ksyx added a comment.

In D117520#3263403 <https://reviews.llvm.org/D117520#3263403>, @MyDeveloperDay wrote:

> maybe slightly related https://github.com/llvm/llvm-project/issues/53183 in that this is also impacted by the 5 character `TT_FunctionLikeOrFreestandingMacro`

Yes this patch is just marking this type of recognition but surely it requires other changes to the formatter.

By the way are there any improvements needed for this patch? Thanks.


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

https://reviews.llvm.org/D117520



More information about the cfe-commits mailing list