[PATCH] D33722: [clang-tidy] Add checker for undelegated copy of base classes

Dominik Szabó via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 08:14:18 PDT 2017


szdominik updated this revision to Diff 109564.
szdominik marked 2 inline comments as done.
szdominik added a comment.
Herald added a subscriber: JDevlieghere.

Fixed check-fixes lines in test cases.
Updated matcher definition.


https://reviews.llvm.org/D33722

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/CopyConstructorInitCheck.cpp
  clang-tidy/misc/CopyConstructorInitCheck.h
  clang-tidy/misc/MiscTidyModule.cpp
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-copy-constructor-init.rst
  test/clang-tidy/misc-copy-constructor-init.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33722.109564.patch
Type: text/x-patch
Size: 13134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170803/8ff55cc2/attachment.bin>


More information about the cfe-commits mailing list