We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cd3a9 commit 026d636Copy full SHA for 026d636
ChangeLog.md
@@ -20,6 +20,10 @@ See docs/process.md for more on how version tagging works.
20
21
3.1.71 (in development)
22
-----------------------
23
+- The `-Wnontrivial-memaccess` warning has been updated to also warn about
24
+ passing non-trivially-copyable destrination parameter to `memcpy`,
25
+ `memset` and similar functions for which it is a documented undefined
26
+ behavior (#22798). See https://github.com/llvm/llvm-project/pull/111434
27
28
3.1.70 - 10/25/24
29
-----------------
0 commit comments