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

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 29 03:43:06 PST 2021


ChuanqiXu marked 7 inline comments as done.
ChuanqiXu added inline comments.


================
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:
> 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.
My bad. I didn't realize "Clang C Component" is specific to bugzilla.


================
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:
> asl wrote:
> > Ditto. Also, there are separate labels for C++11 / 14 / 20 / 23. It might make sense to mention them here
> See above
BTW, I checked that there isn't c++23 labels now.


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

https://reviews.llvm.org/D116351



More information about the cfe-commits mailing list