[PATCH] D20689: [clang-tidy] Suspicious Call Argument checker
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 6 07:13:31 PST 2017
xazax.hun added a comment.
I think this might be better as a readability checker to find misleading variable or parameter names.
It would also be great to consider types. Unfortunately it probably means reimplementing some of the logic from Sema, since that information is not available at this point.
@varjujan
Do you actually use all of the heuristics that are implemented?
https://reviews.llvm.org/D20689
More information about the cfe-commits
mailing list