[all-commits] [llvm/llvm-project] a1ffba: [C++20] [Coroutines] Conform the updates for CWG i...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue May 24 19:32:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1ffba8d528681d55c901a997beedbc69946eb90
https://github.com/llvm/llvm-project/commit/a1ffba8d528681d55c901a997beedbc69946eb90
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaCoroutine.cpp
A clang/test/CodeGenCoroutines/coro-alloc-2.cpp
Log Message:
-----------
[C++20] [Coroutines] Conform the updates for CWG issue 2585
According to the updates in CWG issue 2585
https://cplusplus.github.io/CWG/issues/2585.html, we shouldn't find an
allocation function with (size, p0, …, pn) in global scope.
Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D126187
More information about the All-commits
mailing list