[PATCH] D33722: [clang-tidy] Add checker for undelegated copy of base classes
Phabricator via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 17 04:23:53 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318522: [clang-tidy] Add a check for undelegated copy of base classes (authored by xazax).
Changed prior to commit:
https://reviews.llvm.org/D33722?vs=121886&id=123319#toc
Repository:
rL LLVM
https://reviews.llvm.org/D33722
Files:
clang-tools-extra/trunk/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/trunk/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/bugprone/CopyConstructorInitCheck.cpp
clang-tools-extra/trunk/clang-tidy/bugprone/CopyConstructorInitCheck.h
clang-tools-extra/trunk/docs/ReleaseNotes.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/bugprone-copy-constructor-init.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
clang-tools-extra/trunk/test/clang-tidy/bugprone-copy-constructor-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33722.123319.patch
Type: text/x-patch
Size: 15217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171117/bb1fa2a0/attachment-0001.bin>
More information about the cfe-commits
mailing list