[all-commits] [llvm/llvm-project] 1b89a2: [C++20] [Coroutines] Conform the updates for CWG i...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Mon May 23 00:51:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b89a25a9b960886e486eb20b755634613c088f8
https://github.com/llvm/llvm-project/commit/1b89a25a9b960886e486eb20b755634613c088f8
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M clang/lib/Sema/SemaCoroutine.cpp
A clang/test/SemaCXX/coroutine-allocs2.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.
More information about the All-commits
mailing list