[PATCH] D146042: [clang-format] Fix numerous issues with "LambdaBodyIndentation: OuterScope" option

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 19:16:36 PDT 2023


owenpan added a comment.

> The previous implementation of the option involved a hack which corrupted the parenthesis state stack.

Can you link the review (e.g. `Dnnnnnn`) of the previous implementation in the summary?

> Specifically, this change fixes github issues #55708, #53212, #52846 and #59954.

Please link the issues (e.g. https://github.com/llvm/llvm-project/issues/nnnnn).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146042



More information about the cfe-commits mailing list