[PATCH] D108697: [Coroutines] [libcxx] Move coroutine components out from std::experimental namespace
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 26 18:48:34 PDT 2021
ChuanqiXu added a comment.
In D108697#2968346 <https://reviews.llvm.org/D108697#2968346>, @lxfind wrote:
> The warning seems redundant to the one in D108696 <https://reviews.llvm.org/D108696>?
Yes. I considered that clang and libcxx are two different projects. So the user might update them separately. e.g., update clang only or update libcxx only. So I choose to put warning in both clang part and libcxx part. It may produce redundant warnings if the user update clang and libcxx together. But I thought that it might not be a problem.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108697/new/
https://reviews.llvm.org/D108697
More information about the llvm-commits
mailing list