The argument IsImplicit in maybeTailCall is unused. I think it should be removed.
test-plan: check-llvm, check-clang
Differential D91243
[NFC][Coroutines] Remove unused `IsImplicit` argument in maybeTailCall ClosedPublic Authored by ChuanqiXu on Nov 11 2020, 3:04 AM.
Details Summary The argument IsImplicit in maybeTailCall is unused. I think it should be removed. test-plan: check-llvm, check-clang
Diff Detail
Event TimelineComment Actions Good catch. Thanks for the fix! The IsImplicit argument for buildCoawaitCalls function can also be removed now. This revision is now accepted and ready to land.Nov 11 2020, 8:24 PM Closed by commit rGcd89c4dbdd3a: [NFC][coroutines] remove unused argument in SemaCoroutine (authored by ChuanqiXu). · Explain WhyNov 11 2020, 9:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 304714 clang/lib/Sema/SemaCoroutine.cpp
|