[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:41 PDT 2020


khuttun updated this revision to Diff 259656.
khuttun added a comment.

The patch is now updated to be based on the monorepo. I also fixed all the comments from the previous review.


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

https://reviews.llvm.org/D46317

Files:
  clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
  clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
  clang-tools-extra/clang-tidy/bugprone/MapSubscriptOperatorLookupCheck.cpp
  clang-tools-extra/clang-tidy/bugprone/MapSubscriptOperatorLookupCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/bugprone-map-subscript-operator-lookup.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/checkers/bugprone-map-subscript-operator-lookup-custom.cpp
  clang-tools-extra/test/clang-tidy/checkers/bugprone-map-subscript-operator-lookup.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46317.259656.patch
Type: text/x-patch
Size: 19465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200423/18469e2a/attachment-0001.bin>


More information about the cfe-commits mailing list