[PATCH] D53974: [clang-tidy] new checker: bugprone-too-small-loop-variable

Stephan Bergmann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 1 07:46:41 PDT 2018


sberg added a comment.

> I run the new checker on LibreOffice project. I found ~25 false positives, which seems small enough to me. This false positives can be supressed easily.

Do you have a link to such a false positive and how it got suppressed in the LibreOffice code base?  (If those are included in the referenced https://cgit.freedesktop.org/libreoffice/core/commit/?id=26ccd00bc96c585b7065af0dcce246b5bfaae5e1, I failed to spot them.)


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53974





More information about the cfe-commits mailing list