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

Yurong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 29 10:08:13 PDT 2023


yronglin added a comment.

In D139586#4403533 <https://reviews.llvm.org/D139586#4403533>, @cor3ntin wrote:

> FYI, I'm not actively working on this, 
> I did mess around with it a bit https://github.com/cor3ntin/llvm-project/commit/478ff7f1aa7a4046fa8b293dfb86489b930a8888
> but I'm extremely unfamiliar with that part of clang and i have no clue how to write tests.
> Feel free to take over!



In D139586#4403533 <https://reviews.llvm.org/D139586#4403533>, @cor3ntin wrote:

> FYI, I'm not actively working on this, 
> I did mess around with it a bit https://github.com/cor3ntin/llvm-project/commit/478ff7f1aa7a4046fa8b293dfb86489b930a8888
> but I'm extremely unfamiliar with that part of clang and i have no clue how to write tests.
> Feel free to take over!

Thanks @cor3ntin ! If you are no bandwidth to working on D139586 <https://reviews.llvm.org/D139586>, I'd be happy to do take over.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139586



More information about the cfe-commits mailing list