[all-commits] [llvm/llvm-project] 742970: [Clang] Implement CWG2358 Explicit capture of value

cor3ntin via All-commits all-commits at lists.llvm.org
Thu Nov 3 05:27:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 742970920b7a7fc2fe1cb6bca6fb04f03ab7d5d9
      https://github.com/llvm/llvm-project/commit/742970920b7a7fc2fe1cb6bca6fb04f03ab7d5d9
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/p7.cpp
    M clang/test/CXX/drs/dr23xx.cpp
    M clang/test/CXX/expr/expr.prim/expr.prim.lambda/p13.cpp
    M clang/www/cxx_dr_status.html

  Log Message:
  -----------
  [Clang] Implement CWG2358 Explicit capture of value

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D137172




More information about the All-commits mailing list