[PATCH] D46317: [clang-tidy] New check bugprone-map-subscript-operator-lookup
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 01:03:02 PDT 2020
lebedev.ri added a comment.
Herald added subscribers: phosek, mgehre.
IMHO we should proceed with this patch.
There's been several patches recently that seem to not care about false-positive rate,
and in this case the cost of true-positive can be humongous, as i/we've been finding
lots of bugs exactly like this in openmp optimization pass, attributor framework :/
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