================ @@ -72,11 +72,10 @@ static FindArgsResult findArgs(const CallExpr *Call) { return Result; } -static SmallVector<FixItHint> -generateReplacements(const MatchFinder::MatchResult &Match, - const CallExpr *TopCall, const FindArgsResult &Result, - const bool IgnoreNonTrivialTypes, - const std::uint64_t IgnoreTrivialTypesOfSizeAbove) { +static std::pair<bool, SmallVector<FixItHint>> generateReplacements( + const MatchFinder::MatchResult &Match, const CallExpr *TopCall, + const FindArgsResult &Result, const bool IgnoreNonTrivialTypes, + const std::uint64_t IgnoreTrivialTypesOfSizeAbove, bool FoundNestedCall) { ---------------- SimplyDanny wrote:
All callers use `false` as the last argument. Is the new argument needed at all? 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