[PATCH] D81272: [clang-tidy] New check `bugprone-redundant-branch-condition`
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 16 03:26:37 PDT 2020
sylvestre.ledru added a comment.
Thanks for this checker. FYI, it found (at least) 3 defects in Firefox code:
https://hg.mozilla.org/mozilla-central/rev/651e68f628d0
https://bugzilla.mozilla.org/show_bug.cgi?id=1664747
(unlikely that it was causing any actual bugs in the product)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81272/new/
https://reviews.llvm.org/D81272
More information about the cfe-commits
mailing list