[clang] [clang] Move warning about memset/memcpy to NonTriviallyCopyable type… (PR #117387)

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 25 02:11:16 PST 2024


================
@@ -404,7 +404,7 @@ Modified Compiler Flags
   to utilize these vector libraries. The behavior for all other vector function
   libraries remains unchanged.
 
-- The ``-Wnontrivial-memaccess`` warning has been updated to also warn about
+- The ``-Wnontrivial-memcall`` warning has been updated to also warn about
----------------
zmodem wrote:

Maybe mention here that it's part of -Wnontrivial-memaccess?

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


More information about the cfe-commits mailing list