[PATCH] D116351: Update Bug report URL to Github Issues

Anton Korobeynikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 29 02:10:59 PST 2021


asl requested changes to this revision.
asl added a comment.
This revision now requires changes to proceed.

Will you please check the comments and reword everything using proper terminology and new things we're having on GitHub?



================
Comment at: clang/www/c_status.html:76
+<p>The <a href="https://bugs.llvm.org/">LLVM bug tracker</a> and 
+<a href="https://github.com/llvm/llvm-project/issues/">LLVM Issues</a> contain
+a Clang C component that tracks known bugs with Clang's language
----------------
asl wrote:
> The component got mapped to dedicated label in GitHub. So, it will be great to get rid of bugzilla-centric definition and switch to GitHub terms
As I said – there is no "Clang C component" in github. We need to reword everything in terms of labels and mention correct label here.


================
Comment at: clang/www/cxx_status.html:81
+<a href="https://github.com/llvm/llvm-project/issues/">LLVM Issues</a> contain
+Clang C++ components that track known bugs with Clang's language conformance in
 each language mode.</p>
----------------
asl wrote:
> Ditto. Also, there are separate labels for C++11 / 14 / 20 / 23. It might make sense to mention them here
See above


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

https://reviews.llvm.org/D116351



More information about the llvm-commits mailing list