[PATCH] D86533: (Urgent!) [release][docs][analyzer] Add 11.0.0. release notes

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 05:08:24 PDT 2020


martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.

LGTM! (At least those changes that involved me, perhaps it is better to wait for more LGs.)



================
Comment at: clang/docs/ReleaseNotes.rst:471
+
+- Improve the pre- and post condition modeling of several hundred more standard
+  C functions.
----------------
Szelethus wrote:
> Szelethus wrote:
> > whisperity wrote:
> > > martong wrote:
> > > > Umm, this is still an alpha command line option, plus we improved only the pre-condition checks.
> > > > So, I'd rather say something like:
> > > > ```
> > > > Improve the pre-condition modeling of several functions defined in the POSIX standard. This is in alpha currently. To enable, one must explicitly set the ``ModelPOSIX`` argument of the ``apiModeling.StdCLibraryFunctions`` checker.
> > > > ```
> > > Maybe it's worth mentioning the checker here too, akin to the other list elements?
> > I don't believe in advertising development only options much, especially that we don't expect, nor want non-developers to interact with `apiModeling` stuff often. :/ I ended up removing the entry as such, if you don't mind.
> We don't want users to tinker with developer-only checkers.
OK, fair enough.


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

https://reviews.llvm.org/D86533



More information about the cfe-commits mailing list