[PATCH] D53974: [clang-tidy] new checker: bugprone-too-small-loop-variable
Tamás Zolnai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 1 08:20:49 PDT 2018
ztamas added a comment.
In https://reviews.llvm.org/D53974#1283759, @ZaMaZaN4iK wrote:
> Hmm, i thought Clang has some warning for this, but I was wrong... Did you think to implement this check as Clang warning?
It did not come in my mind to do that. It might be good idea, I guess. This version of the check however might find too much false positives for a clang warning.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53974
More information about the cfe-commits
mailing list