[PATCH] D96142: [clang-tidy] Simplify too-small loop variable check
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 07:04:18 PST 2021
njames93 added a comment.
I'm not sure about this. The warning is good and addresses a real problem.
I'm not sure what the infrastructure surrounding this is but in clang it would show a "stack trace" of instantiations that result in this warning. Maybe we should think of something similar in clang tidy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96142/new/
https://reviews.llvm.org/D96142
More information about the cfe-commits
mailing list