[PATCH] D140843: [clang-format] fix template closer followed by >

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 9 01:38:28 PST 2023


MyDeveloperDay added a comment.

In D140843#4029641 <https://reviews.llvm.org/D140843#4029641>, @owenpan wrote:

> In D140843#4028142 <https://reviews.llvm.org/D140843#4028142>, @MyDeveloperDay wrote:
>
>> I'd like one of @owenpan, @HazardyKnusperkeks  or @rymiel to comment before commit, just to get another view.
>
> Perhaps clang-format should never insert a space in `>>`.

I seem to remember some "quirkiness" with nested templates that need converting

`Foo<Bar<T>>`

into

`Foo<Bar<T> >`

but I think that was sometime back.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140843



More information about the cfe-commits mailing list