llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.24k stars 12.07k forks source link

Release notes for Clang and Clang-Tidy v19 #108354

Open silverqx opened 2 months ago

silverqx commented 2 months ago

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.

silverqx commented 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.

HerrCai0907 commented 2 months ago

in download page. https://releases.llvm.org/download.html

Actually I think it is a little bit counter-intuitive.

silverqx commented 2 months ago

But there is no link to v19, only to all older releases <=v18 and to v20 (current git).

silverqx commented 2 months ago

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.

HerrCai0907 commented 2 months ago

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.

HerrCai0907 commented 2 months ago

After final release, I think v19 release note will be added in download page.

DeepChirp commented 2 weeks ago

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.

EugeneZelenko commented 2 weeks ago

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.

DeepChirp commented 2 weeks ago

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.

nicovank commented 1 week ago

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?