[PATCH] D73966: [analyzer][WIP] Add 10.0.0 release notes.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 4 10:21:45 PST 2020


NoQ added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:411-413
 - The Clang analyzer checker ``DeadStores`` gets a new option called
   ``WarnForDeadNestedAssignments`` to detect nested dead assignments
   (enabled by default).
----------------
Let's make this more concise: "Dead stores checker now warns about nested dead stores.". While it was originally unclear whether this should be on by default, i think there's relatively little motivation in disabling this option now that everybody liked it :)


================
Comment at: clang/docs/ReleaseNotes.rst:427
+
+- ObjectiveC++ changes:
+
----------------
NoQ wrote:
> Szelethus wrote:
> > I tried my best here but didn't get far. :)
> Not much here, mostly bugfixes.
Oh, wait, there was this D71728 thing.

> New checker: `security.insecureAPI.decodeValueOfObjCType` warns about potential buffer overflows when using `[NSCoder decodeValueOfObjCType:at:]`.

(probably no need for a separate section for Objective-C)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73966/new/

https://reviews.llvm.org/D73966





More information about the cfe-commits mailing list