[PATCH] D46317: [clang-tidy] New check bugprone-map-subscript-operator-lookup

Kalle Huttunen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 23 11:53:46 PDT 2020


khuttun added a comment.

I ran the check for LLVM code using configuration `key: bugprone-map-subscript-operator-lookup.MapTypes, value: "::std::map;::std::unordered_map;::llvm::DenseMapBase;::llvm::MapVector;::llvm::StringMap"`. It gave 1212 warnings (see the attachment).F11784386: warnings.txt <https://reviews.llvm.org/F11784386>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D46317/new/

https://reviews.llvm.org/D46317





More information about the cfe-commits mailing list