From 24e9d90e65243fd8674bfc264c1c7d27c3cce67c Mon Sep 17 00:00:00 2001 From: Shivam <75530356+phyBrackets@users.noreply.github.com> Date: Sat, 7 May 2022 01:16:22 +0530 Subject: [PATCH] Added the brief discription about the new CSA checker. --- clang/docs/ReleaseNotes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 0a5d3a8..aa8376e 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: -- 2.7.4