[C++20] Conform coroutine's comments in clang (NFC-ish)
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 24 Dec 2021 03:48:15 +0000 (11:48 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Fri, 24 Dec 2021 04:41:44 +0000 (12:41 +0800)
commitf3d4e168dbc7e736ef535c673ee635a40feb2037
treed700340bdfe8a925b5b5be251d8e1bd90068b369
parent1d285f2de0b76841d924e20de3c430ee6fa431c3
[C++20] Conform coroutine's comments in clang (NFC-ish)

The comments for coroutine in clang wrote for coroutine-TS. Now
coroutine is merged into standard. Try to conform the comments.
clang/lib/CodeGen/CGCoroutine.cpp
clang/lib/Sema/SemaCoroutine.cpp