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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to