[PATCH] D126187: [C++20] [Coroutines] Conform the updates for CWG issue 2585

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 01:38:03 PDT 2022


ChuanqiXu created this revision.
ChuanqiXu added a reviewer: erichkeane.
ChuanqiXu added a project: clang.
Herald added a project: All.
ChuanqiXu requested review of this revision.
Herald added a subscriber: cfe-commits.

This is the  following update for the update in CWG issue 2585: https://cplusplus.github.io/CWG/issues/2585.html

The new updates in CWG issue 2585 say that we shouldn't lookup ::operator new(std::size_t, p0, ..., p1) in global scope.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126187

Files:
  clang/lib/Sema/SemaCoroutine.cpp
  clang/test/SemaCXX/coroutine-allocs2.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126187.431303.patch
Type: text/x-patch
Size: 6236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220523/2050e451/attachment.bin>


More information about the cfe-commits mailing list