Files
clang-p2996/clang/lib/Sema/SemaCoroutine.cpp
Chuanqi Xu 616c806707 [C++20] [Coroutines] Handle function-try-block in SemaCoroutine
In https://reviews.llvm.org/D146758, we handled the rare case that the
coroutine has a function-try-block. But it will be better to handle it
in the Sema part. This patch handles the preprocess.
2023-04-06 15:11:34 +08:00

73 KiB