[PATCH] D103380: [C++20] Support for lambdas in unevaluated context

Christopher Di Bella via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 30 14:57:30 PDT 2021


cjdb requested changes to this revision.
cjdb added a comment.
This revision now requires changes to proceed.

Thanks for working on this, it'll be a huge win for testing in libc++, methinks!

Could we get a few more tests please? I'd like to know what happens when we put a lambda directly inside:

- a SFINAE expression
- a noexcept specifier
- a sizeof operator

Similarly for lambdas inside `decltype` for each of the above. It'd also be good to have lambdas that aren't called as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103380



More information about the cfe-commits mailing list