[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 30 01:12:47 PDT 2020
khuttun updated this revision to Diff 261142.
khuttun added a comment.
Accidentally removed the options documentation in the previous patch... Now added it back.
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.261142.patch
Type: text/x-patch
Size: 19843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200430/266a2d0f/attachment-0001.bin>
More information about the cfe-commits
mailing list