[PATCH] D122768: [Clang][C++20] Support capturing structured bindings in lambdas
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 4 11:27:54 PDT 2022
aeubanks added a comment.
in the commit message
In addition, capturing an anonymous union member,
a bitfield, or a structured binding thereof now has a
better diagnostic.
"better diagnostic" implies there was already a diagnostic, but we're seeing new errors pop up. is this just a not precise commit message or are new errors related to capturing bitfields by reference unintentional?
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