[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 08:49:29 PST 2020
NoQ added a comment.
Thanks!!
================
Comment at: clang/docs/ReleaseNotes.rst:408
+
+- New checker: ``alpha.plusplus.PlacementNew`` to detect whether the storage
+ provided for default placement new is sufficiently large.
----------------
I think this one's out of alpha already (i.e., `cplusplus.PlacementNew`). I'd also bump it to the top because it applies to more users.
================
Comment at: clang/docs/ReleaseNotes.rst:417
+ explained in bug reports (further reading on the related
+ `GSoC'19 summary page <https://szelethus.github.io/gsoc2019/>`_).
+
----------------
I think we don't traditionally highlight in release notes that something was a result of GSoC. I don't have an opinion here, just don't see much of it.
================
Comment at: clang/docs/ReleaseNotes.rst:422
+
+- Analyses on LLVM's own source code are far more precise due to the modeling of
+ several LLVM specific techniques, like its custom RTTI, informing the analyzer
----------------
@Charusso's work was already mentioned in the [[ http://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.html#static-analyzer | previous release notes ]] because it was already partially enabled mid-summer.
================
Comment at: clang/docs/ReleaseNotes.rst:427
+
+- ObjectiveC++ changes:
+
----------------
Szelethus wrote:
> I tried my best here but didn't get far. :)
Not much here, mostly bugfixes.
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