[PATCH] D16587: Fixed function params comparison. Updated docs and tests.

Cong Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 28 23:53:27 PST 2016


congliu updated this revision to Diff 46359.
congliu added a comment.

- Fixed bugs introduced by getCanonicalDecl. Has errs log.
- Cleared up logs.
- Added mathcers for static method and overloaded operator.
- Change key type of map from string to pointer to imporve performance.
- Change implementation of checkOverrideByDerivedMethod.


http://reviews.llvm.org/D16587

Files:
  clang-tidy/misc/VirtualNearMissCheck.cpp
  clang-tidy/misc/VirtualNearMissCheck.h
  docs/clang-tidy/checks/misc-virtual-near-miss.rst
  test/clang-tidy/misc-virtual-near-miss.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16587.46359.patch
Type: text/x-patch
Size: 8242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160129/aeddc659/attachment.bin>


More information about the cfe-commits mailing list