[PATCH] D20689: [clang-tidy] Suspicious Call Argument checker

Barancsuk Lilla via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 5 04:08:41 PDT 2017


barancsuk updated this revision to Diff 113830.
barancsuk added a comment.

Check if argument and parameter numbers differ, add test cases for functions with default parameters


https://reviews.llvm.org/D20689

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/SuspiciousCallArgumentCheck.cpp
  clang-tidy/readability/SuspiciousCallArgumentCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-redundant-expression.rst
  docs/clang-tidy/checks/readability-suspicious-call-argument.rst
  test/clang-tidy/misc-redundant-expression.cpp
  test/clang-tidy/readability-suspicious-call-argument.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20689.113830.patch
Type: text/x-patch
Size: 58088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170905/393b207b/attachment-0001.bin>


More information about the cfe-commits mailing list