aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/OperatorKinds.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Basic/OperatorKinds.def')
-rw-r--r--include/clang/Basic/OperatorKinds.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Basic/OperatorKinds.def b/include/clang/Basic/OperatorKinds.def
index d011e9d39ff8..34ad7644cd2b 100644
--- a/include/clang/Basic/OperatorKinds.def
+++ b/include/clang/Basic/OperatorKinds.def
@@ -101,6 +101,7 @@ OVERLOADED_OPERATOR_MULTI(Subscript , "[]" , false, t
// ?: can *not* be overloaded, but we need the overload
// resolution machinery for it.
OVERLOADED_OPERATOR_MULTI(Conditional , "?" , false, true , false)
+OVERLOADED_OPERATOR(Coawait , "co_await", kw_co_await , true , false, false)
#undef OVERLOADED_OPERATOR_MULTI
#undef OVERLOADED_OPERATOR