[PATCH] D126132: [clang-format] Fix a crash on lambda trailing return type

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 27 15:48:31 PDT 2023


owenpan added a comment.
Herald added a reviewer: rymiel.

In D126132#3546767 <https://reviews.llvm.org/D126132#3546767>, @HazardyKnusperkeks wrote:

> One should define what is the difference between `TT_LambdaArrow` and `TT_TrailingReturnArrow`. But if there is a difference, then the lambda arrows should stay `TT_LambdaArrow`, right?

It seems there is no difference. See https://github.com/llvm/llvm-project/pull/70519.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126132



More information about the cfe-commits mailing list