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

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


================
@@ -0,0 +1,47 @@
+.. title:: clang-tidy - modernize-replace-memcpy-with-stdcopy
+
+modernize-replace-memcpy-with-stdcopy
+===================================
+
+Replaces all occurrences of the C ``memcpy`` function with ``std::copy``
----------------
PiotrZSL wrote:

not function, but "calls", if i take address of memcpy then it wont replace

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


More information about the Openmp-commits mailing list