diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 0a5d3a85834d3..aa8376eed7f8b 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -422,7 +422,10 @@ libclang Static Analyzer --------------- -- ... +- Added a new checker ``alpha.unix.cstring.UninitializedRead `` this will check for uninitialized reads + from common memory copy/manipulation functions such as: + ``memcpy, mempcpy, memmove, memcmp, strcmp, strncmp, strcpy, strlen, strsep`` and many more. Although + this checker currently is in list of alpha checkers due to a false positive. .. _release-notes-ubsan: