Skip to content

Commit 026d636

Browse files
committed
add changelog
1 parent 11cd3a9 commit 026d636

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ See docs/process.md for more on how version tagging works.
2020

2121
3.1.71 (in development)
2222
-----------------------
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
2327

2428
3.1.70 - 10/25/24
2529
-----------------

0 commit comments

Comments
 (0)