[PATCH] D139586: [Clang][C++23] Lifetime extension in range-based for loops

PoYao Chang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 7 14:54:31 PST 2022


rZhBoYao created this revision.
rZhBoYao added a reviewer: clang-language-wg.
Herald added a project: All.
rZhBoYao requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Implemented the C++23 paper P2718R0


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139586

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/AST/Decl.h
  clang/lib/Sema/SemaInit.cpp
  clang/lib/Sema/SemaStmt.cpp
  clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
  clang/www/cxx_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139586.481075.patch
Type: text/x-patch
Size: 8208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221207/9fefc3dc/attachment-0001.bin>


More information about the cfe-commits mailing list