[PATCH] D99005: [clang] WIP: Implement P2266
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 20 05:56:35 PDT 2021
aaronpuchert added a comment.
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.
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