[PATCH] D135918: [clang-format] Fix lambda formatting in conditional
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 24 20:39:30 PDT 2022
owenpan accepted this revision.
owenpan added inline comments.
================
Comment at: clang/lib/Format/ContinuationIndenter.cpp:336
+ Previous.MatchingParen && Previous.MatchingParen->Previous &&
+ Previous.MatchingParen->Previous->is(tok::r_brace) &&
+ Previous.MatchingParen->Previous->MatchingParen &&
----------------
We can delete this line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135918/new/
https://reviews.llvm.org/D135918
More information about the cfe-commits
mailing list