We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761a963 commit 661a73fCopy full SHA for 661a73f
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -11594,7 +11594,7 @@ def err_coro_invalid_addr_of_label : Error<
11594
"the GNU address of label extension is not allowed in coroutines."
11595
>;
11596
def err_coroutine_return_type : Error<
11597
- "function returns a type %0 makred with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "
+ "function returns a type %0 marked with [[clang::coro_return_type]] but is neither a coroutine nor a coroutine wrapper; "
11598
"non-coroutines should be marked with [[clang::coro_wrapper]] to allow returning coroutine return type"
11599
11600
} // end of coroutines issue category
0 commit comments