[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:49:33 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
+  `modernize-use-equals-delete <modernize-use-equals-delete.html>`_ to get
+  warnings for deleted functions in private sections.
----------------
See Release Notes on how to create links on documentation.


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