[PATCH] D80490: Check for rule of five and zero.
Nithin VR via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 24 05:51:59 PDT 2020
vrnithinkumar updated this revision to Diff 265921.
vrnithinkumar added a comment.
fixed the clang-tidy warnig
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80490/new/
https://reviews.llvm.org/D80490
Files:
clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tools-extra/clang-tidy/cppcoreguidelines/RuleOfFiveAndZeroCheck.cpp
clang-tools-extra/clang-tidy/cppcoreguidelines/RuleOfFiveAndZeroCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-rule-of-five-and-zero.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-rule-of-five-and-zero-strict.cpp
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-rule-of-five-and-zero.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80490.265921.patch
Type: text/x-patch
Size: 28975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200524/f8ecc953/attachment-0001.bin>
More information about the cfe-commits
mailing list