[PATCH] D108912: [release][analyzer] Add 13.0.0 release notes

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 30 06:17:03 PDT 2021


steakhal added a comment.

Maybe a couple other noteworthy commits:
efa7df1682c2859dabe3646ee7dc01e68629417f <https://reviews.llvm.org/rGefa7df1682c2859dabe3646ee7dc01e68629417f>: better R-value tracking.
aa454dda2eed4e71081bc57b1f32dfce2486b177 <https://reviews.llvm.org/rGaa454dda2eed4e71081bc57b1f32dfce2486b177>: fixing the modeling of `std::bit_cast<>`.
cad9b7f708e2b2d19d7890494980c5e427d6d4ea <https://reviews.llvm.org/rGcad9b7f708e2b2d19d7890494980c5e427d6d4ea>: Print time taken to analyze each function
9cca5c1391d637b5500ada646cf136ddb38254a3 <https://reviews.llvm.org/rG9cca5c1391d637b5500ada646cf136ddb38254a3>: Make checker silencing work for non-pathsensitive bug reports. (It might be valuable to highlight for other vendors.)

There must have been a couple of patches about `std::unique_ptr<>` as well.

But I'm fine with the current description. I think it's on the point.



================
Comment at: clang/docs/ReleaseNotes.rst:315
+  solving, explaining bug-causing variable values, macro expansion notes,
+  modeling the size of dynamic objects abd the modeling and reporting of
+  Objective C/C++ retain count related bugs.
----------------
`abd` -> `and`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108912



More information about the cfe-commits mailing list