[PATCH] D108696: [Coroutines] [Frontend] Lookup in std namespace first
Adrian Vogelsgesang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 2 02:19:01 PDT 2021
avogelsgesang added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:11015
+ "coroutine_traits defined in std::experimental namespace is deprecated. "
+ "Considering update libcxx and include <coroutine> instead of <experimental/coroutine>.">,
+ InGroup<Coroutine>;
----------------
Considering update -> Consider updating
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108696/new/
https://reviews.llvm.org/D108696
More information about the cfe-commits
mailing list