================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
