[PATCH] D80531: [clang-tidy]: Added modernize-replace-disallow-copy-and-assign-macro
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 26 10:54:11 PDT 2020
Eugene.Zelenko 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 :doc:`modernize-use-equals-delete
+ <clang-tidy/checks/modernize-use-equals-delete>` to get warnings for deleted
+ functions in private sections.
----------------
//clang-tidy/checks/// is not needed. All checks documentation is in same directory.
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