================
@@ -80,27 +80,26 @@ static SmallVector<FixItHint>
generateReplacements(const MatchFinder::MatchResult &Match,
const CallExpr *TopCall, const FindArgsResult &Result,
const bool IgnoreNonTrivialTypes,
- const unsigned long IgnoreTrivialTypesOfSizeAbove) {
+ const long IgnoreTrivialTypesOfSizeAbove) {
----------------
PiotrZSL wrote:
avoid using things like long/int. We got std::uint64_t, std::uint32_t for these
things.
https://github.com/llvm/llvm-project/pull/85572
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits