[PATCH] D99005: [clang] WIP: Implement P2266

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 20 14:40:45 PDT 2021


mizvekov added a comment.

In D99005#2639501 <https://reviews.llvm.org/D99005#2639501>, @aaronpuchert wrote:

> For coroutines I have D68845 <https://reviews.llvm.org/D68845>. The current code is wrong, and not trivial to fix. We have never properly implemented P1825 <https://reviews.llvm.org/P1825> and will probably just go with P2266 <https://reviews.llvm.org/P2266> unconditionally, because that two-phase lookup is very cumbersome to imlement.

Okay, once this is properly tested, we can spin a separate patch from this, just taking the coroutine bits unconditionally, and propose a new DR.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99005



More information about the cfe-commits mailing list