[clang-tools-extra] [clang-tidy][modernize] Replace memmove/memcpy with std::copy (PR #122940)
Kuba MigdaĆ via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 8 10:25:56 PST 2025
kidq330 wrote:
@kadircet I ran the script but it seems that my check was one of the few that did not get updated (see last commit in PR), is this normal?
Here's the cmake command for the build I used:
```
cmake -G Ninja -S llvm -B static -DBUILD_SHARED_LIBS=false -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" -DCMAKE_BUILD_TYPE="Release" -DLLVM_USE_LINKER=mold -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++"
```
https://github.com/llvm/llvm-project/pull/122940
More information about the cfe-commits
mailing list