[PATCH] D146535: [Clang] Fix evaluation of parameters of lambda call operator attributes
Elizabeth Andrews via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 21 10:03:10 PDT 2023
eandrews added a comment.
> Attributes of lambda call operator were evaluated in the context of the closure object type rather than its operator,
Just for my understanding, what did this affect with regards to the if guard for assert? CurContext or something else? I suspected it had something to do with contexts being incorrect but I wasn't familiar enough with the code to pinpoint where/what exactly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146535/new/
https://reviews.llvm.org/D146535
More information about the cfe-commits
mailing list