Open silverqx opened 2 months ago
The only release notes I have found is to access it directly on github. But links don't work there of course, is it somewhere live? I would like to prepare my project for v19, especially Clang Tidy checks and this isn't ideal.
in download page. https://releases.llvm.org/download.html
Actually I think it is a little bit counter-intuitive.
But there is no link to v19, only to all older releases <=v18 and to v20 (current git).
I have searched ~1hour and didn't find any, now I'm using release notes in github tree from v19.1-rc4 tag with the combination of v20 live pages as links don't work.
Maybe you can wait for v19 final release. In this discuss we can found the final release 19.1.0 will be provided in Sept. 17th.
After final release, I think v19 release note will be added in download page.
After final release, I think v19 release note will be added in download page.
But it seems that v19 release note havn't been added until now.
See https://releases.llvm.org/: https://releases.llvm.org/19.1.0/tools/clang/docs/ReleaseNotes.html and https://releases.llvm.org/19.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html links are there.
Yes, I meant to say that in the download page (https://releases.llvm.org/download.html), the latest version seems to still be 18.1.8.
Looks like it's missing from https://github.com/llvm/www-releases / downloads.html. @tru is that something you can fix?
To be honest, that downloads page feels redundant.
Maybe just redirect to index.html
which has almost indentical information?
Where is the release notes for upcoming v19? For clang, clang-tidy. I have a problem to find the release notes for the upcoming version every time, there are release notes for all previous versions here also for the next v20 and here but no release notes for the next version v19.
Thx for pointing me to the correct URL, I can't find it after 20min of searching.