[PATCH] D104222: [clang-format] [PR50702] Lamdba processing does not respect AfterClass and AfterNamespace

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 16 00:27:29 PDT 2021


MyDeveloperDay added a comment.

In D104222#2820001 <https://reviews.llvm.org/D104222#2820001>, @HazardyKnusperkeks wrote:

> Just asking: Would it be different if there is `auto`, `decltype(auto)`, `decltype(a+b)`, `typename` or `template` as trailing return type?

It would be good if you could give a small example, just so I can clarify what you mean,

but I think these could easily be corner cases which at least for a current non parsed based solution would could potentially fill with mustBreak rules..


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

https://reviews.llvm.org/D104222



More information about the cfe-commits mailing list