[all-commits] [llvm/llvm-project] 22aa36: [C++20] Support for lambdas in unevaluated context

Aaron Ballman via All-commits all-commits at lists.llvm.org
Mon Jun 28 06:02:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22aa3680eaccb9b77ca224711c4da3a354aa2d45
      https://github.com/llvm/llvm-project/commit/22aa3680eaccb9b77ca224711c4da3a354aa2d45
  Author: Corentin Jabot <corentin.jabot at gmail.com>
  Date:   2021-06-28 (Mon, 28 Jun 2021)

  Changed paths:
    M clang/lib/Sema/SemaConcept.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/SemaCXX/anonymous-struct.cpp
    A clang/test/SemaCXX/lambda-unevaluated.cpp
    M clang/www/cxx_status.html

  Log Message:
  -----------
  [C++20] Support for lambdas in unevaluated context

Partially implement P0315R4.

This patch allow lambda in unevaluated context.
It does not implement temp.deduct/9.




More information about the All-commits mailing list