[PATCH] D27815: [clang-tidy] Add obvious module for obvious bugs
Piotr Padlewski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 15 14:34:22 PST 2016
Prazek added a comment.
In https://reviews.llvm.org/D27815#624322, @Eugene.Zelenko wrote:
> There are many other checks or compiler warnings which could be classified as obvious bugs.
Sure, but unfortunatelly they won't be able to become warning because of false positive rate.
In the example I mentioned this code could be totally valid.
https://reviews.llvm.org/D27815
More information about the cfe-commits
mailing list