I was MIA for a couple months, so I'm very unsure whether I caught everything, but here is what happened since 9.0.0.
Details
Diff Detail
Event Timeline
clang/docs/ReleaseNotes.rst | ||
---|---|---|
418 | I tried my best here but didn't get far. :) |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
420 | I'd just say Numerous smaller fixes. or Numerous other improvements. |
Thanks!!
clang/docs/ReleaseNotes.rst | ||
---|---|---|
408 | 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. | |
408 | 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. | |
413 | @Charusso's work was already mentioned in the previous release notes because it was already partially enabled mid-summer. | |
418 | Not much here, mostly bugfixes. |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
404–405 | 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 :) | |
418 | Oh, wait, there was this D71728 thing.
(probably no need for a separate section for Objective-C) |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
408 | alpha.cplusplus.PlacementNew not alpha.plusplus.PlacementNew? |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
408 | cplusplus.PlacementNew |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
408 | Nice catch ;) I checked out the llvmorg-10.0.0-rc1 tag and can confirm that at that point, the checker is still in alpha, unfortunately. |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
405 | It was! This is about the HandleChecker the other is about the LockChecker. |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
405 | Yup, this seems to be correct in the release notes. |
Looks good to me. Thanks for writing release notes!
If you have commit access, go ahead and push directly to the branch, otherwise let me know and I'll be happy to do it for you.
I missed out on the transition to github, so I suspect that the commit access will only be extended to it after tagging rc2. I think it would be better if you committed this on my behalf, thanks! :)
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 :)