[PATCH] D20689: [clang-tidy] Add 'readability-suspicious-call-argument' check
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 22 07:39:29 PDT 2021
whisperity updated this revision to Diff 339625.
whisperity added a comment.
**NFC** Fix the header guard name lint again, hopefully to the proper value this time. I forgot the `CHECK` out of it...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D20689/new/
https://reviews.llvm.org/D20689
Files:
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/clang-tidy/readability/SuspiciousCallArgumentCheck.cpp
clang-tools-extra/clang-tidy/readability/SuspiciousCallArgumentCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/readability-suspicious-call-argument.rst
clang-tools-extra/test/clang-tidy/checkers/readability-suspicious-call-argument.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20689.339625.patch
Type: text/x-patch
Size: 65303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210422/519aabbe/attachment-0001.bin>
More information about the cfe-commits
mailing list