[PATCH] D46317: [clang-tidy] New check bugprone-map-subscript-operator-lookup
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 04:50:06 PDT 2020
aaron.ballman added a comment.
In D46317#1988261 <https://reviews.llvm.org/D46317#1988261>, @lebedev.ri wrote:
> IMHO we should proceed with this patch.
> There's been several patches recently that seem to not care about false-positive rate,
I don't think that's accurate. We still care about false-positive rates and ask people to report on them when we think there's going to be an issue. That's not to say that we shouldn't proceed with this patch.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D46317/new/
https://reviews.llvm.org/D46317
More information about the cfe-commits
mailing list