[PATCH] D122768: [Clang][C++20] Support capturing structured bindings in lambdas
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 13:47:35 PDT 2022
shafik added a comment.
I think I need to do another sweep of this PR but mostly minor comments.
You should add tests for structured bindings binding to array and tuple-like types b/c the AST under the `BindingDecl` will be different for each of those cases and it would be worth verifying it works for all the cases. Although I don't see anything that looks like it would not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122768/new/
https://reviews.llvm.org/D122768
More information about the cfe-commits
mailing list