Added the brief discription about the new CSA checker.
authorShivam <75530356+phyBrackets@users.noreply.github.com>
Fri, 6 May 2022 19:46:22 +0000 (01:16 +0530)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 19:46:22 +0000 (01:16 +0530)
clang/docs/ReleaseNotes.rst

index 0a5d3a8..aa8376e 100644 (file)
@@ -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: