[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
Tue May 26 10:49:43 PDT 2020
kwk marked an inline comment as done.
kwk added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/modernize-replace-disallow-copy-and-assign-macro.rst:41
+ specification untouched. You might want to run the check
+ `modernize-use-equals-delete <modernize-use-equals-delete.html>`_ to get
+ warnings for deleted functions in private sections.
----------------
Eugene.Zelenko wrote:
> See Release Notes on how to create links on documentation.
I did look at another test (https://raw.githubusercontent.com/llvm/llvm-project/master/clang-tools-extra/docs/clang-tidy/checks/readability-convert-member-functions-to-static.rst) and copied from there. But I will now change it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80531/new/
https://reviews.llvm.org/D80531
More information about the cfe-commits
mailing list