[clang] [coroutines] Introduce [[clang::coro_lifetimebound]] (PR #72851)
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 21 01:45:00 PST 2023
================
@@ -7580,10 +7580,15 @@ static void visitLifetimeBoundArguments(IndirectLocalPath &Path, Expr *Call,
if (ObjectArg && implicitObjectParamIsLifetimeBound(Callee))
VisitLifetimeBoundArg(Callee, ObjectArg);
+ bool checkCoroCall = false;
----------------
hokein wrote:
nit: `CheckCoroCall`, LLVM uses `CamelCase` naming style for local variables.
https://github.com/llvm/llvm-project/pull/72851
More information about the cfe-commits
mailing list