[PATCH] D80531: [clang-tidy]: Added modernize-replace-disallow-copy-and-assign-macro
Konrad Wilhelm Kleine via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 25 21:59:44 PDT 2020
kwk updated this revision to Diff 266100.
kwk marked 8 inline comments as done.
kwk added a comment.
- Make ReplaceDisallowCopyAndAssignMacroCheck only work in C++11 and above
- Remove unrelated changes from clang-tools-extra/docs/clang-tidy/checks/list.rst
- documentation simplification
- Move comment into code
- use single ticks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80531/new/
https://reviews.llvm.org/D80531
Files:
clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/modernize-replace-disallow-copy-and-assign-macro.rst
clang-tools-extra/test/clang-tidy/checkers/modernize-replace-disallow-copy-and-assign-macro.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80531.266100.patch
Type: text/x-patch
Size: 15745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200526/1152f5ac/attachment-0001.bin>
More information about the cfe-commits
mailing list