================ @@ -72,7 +72,7 @@ static FindArgsResult findArgs(const CallExpr *Call) { return Result; } -static SmallVector<FixItHint> +static std::pair<bool, SmallVector<FixItHint>> ---------------- HerrCai0907 wrote:
Could you add some comments of this result. since bool means nothing. https://github.com/llvm/llvm-project/pull/107649 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits