================ @@ -4418,6 +4420,9 @@ static CompleteObject findCompleteObject(EvalInfo &Info, const Expr *E, return CompleteObject(); } + // if(AK == clang::AK_ReferenceInitialization) ---------------- erichkeane wrote: This is commented out? https://github.com/llvm/llvm-project/pull/143667