]> granicus.if.org Git - clang/commitdiff
Release notes: Add the option WarnForDeadNestedAssignments
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 11 Oct 2019 20:33:43 +0000 (20:33 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 11 Oct 2019 20:33:43 +0000 (20:33 +0000)
https://reviews.llvm.org/D66733

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374593 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 7f823e38262de5fd943b847870274a7dea147625..37dbac30901f60eb6ab075e9159dbf04409ba44a 100644 (file)
@@ -244,6 +244,9 @@ libclang
 Static Analyzer
 ---------------
 
+- The Clang analyzer checker ``DeadStores`` gets a new option called
+  ``WarnForDeadNestedAssignments`` to detect nested dead assignments
+  (enabled by default).
 - ...
 
 .. _release-notes-ubsan: