[libcxx] [clang] [clang-tools-extra] [flang] [mlir] [openmp] [llvm] [clang-tidy] Replace memcpy with std::copy (PR #74663)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 9 01:28:22 PST 2023


================
@@ -275,6 +275,7 @@ Clang-Tidy Checks
    :doc:`modernize-raw-string-literal <modernize/raw-string-literal>`, "Yes"
    :doc:`modernize-redundant-void-arg <modernize/redundant-void-arg>`, "Yes"
    :doc:`modernize-replace-auto-ptr <modernize/replace-auto-ptr>`, "Yes"
+   :doc:`modernize-replace-memcpy-with-std-copy <modernize/replace-auto-ptr>`, "Yes"
----------------
PiotrZSL wrote:

wrong link to check, didn't you use clang-tools-extra/clang-tidy/add_new_check.py to create a check ?

https://github.com/llvm/llvm-project/pull/74663


More information about the cfe-commits mailing list