forked from OSchip/llvm-project
parent
3d5e5680e2
commit
8a23638da4
|
@ -7858,9 +7858,6 @@ def ext_coroutine_without_co_await_co_yield : ExtWarn<
|
|||
"'co_return' used in a function "
|
||||
"that uses neither 'co_await' nor 'co_yield'">,
|
||||
InGroup<DiagGroup<"coreturn-without-coawait">>;
|
||||
def err_co_await_no_viable_function : Error<
|
||||
"invalid co_await operand of type %0; "
|
||||
"no viable '%1' function %select{|for awaited type %3 }2available">;
|
||||
def err_implied_std_coroutine_traits_not_found : Error<
|
||||
"you need to include <coroutine> before defining a coroutine">;
|
||||
def err_malformed_std_coroutine_traits : Error<
|
||||
|
|
Loading…
Reference in New Issue