[PATCH] D139122: Generalize clang-tidy modernize-pass-by-value
Chris Cotter via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 5 21:08:10 PST 2023
ccotter added a comment.
https://reviews.llvm.org/D137205 looks to be similar in part, as it applies a FixIt to a any last use of an object if the use a copy, including parameters and local objects.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139122/new/
https://reviews.llvm.org/D139122
More information about the cfe-commits
mailing list