[PATCH] D102147: [Clang][Coroutines] Implement P2014R0 Option 1 behind -fcoroutines-aligned-alloc
Yuanfang Chen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 9 20:34:04 PDT 2021
ychen created this revision.
ychen added reviewers: rjmccall, EricWF, GorNishanov.
Herald added subscribers: ChuanqiXu, dexonsmith, lxfind, dang.
ychen requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Default off.
The allocation/deallocation function overload resolutions are following
the `Issue #4` of http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2014r0.pdf.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102147
Files:
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Basic/Builtins.def
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/include/clang/Sema/Sema.h
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Sema/SemaCoroutine.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/test/CodeGenCoroutines/coro-aligned-alloc.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102147.343961.patch
Type: text/x-patch
Size: 42427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210510/7f41ed5f/attachment-0001.bin>
More information about the cfe-commits
mailing list