Skip to content

Commit bbce75e

Browse files
committed
Update Bug report URL to Github Issues
Although we moved to Github Issues. The bug report message refers to Bugzilla still. This patch tries to update these URLs. Reviewed By: MaskRay, Quuxplusone, jhenderson, libunwind, libc++ Differential Revision: https://reviews.llvm.org/D116351
1 parent 95ddbed commit bbce75e

File tree

24 files changed

+29
-29
lines changed

24 files changed

+29
-29
lines changed

clang-tools-extra/docs/clang-doc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source code and comments.
1212

1313
The tool is in a very early development stage, so you might encounter bugs and
1414
crashes. Submitting reports with information about how to reproduce the issue
15-
to `the LLVM bugtracker <https://bugs.llvm.org/>`_ will definitely help the
15+
to `the LLVM bug tracker <https://github.com/llvm/llvm-project/issues/>`_ will definitely help the
1616
project. If you have any ideas or suggestions, please to put a feature request
1717
there.
1818

clang/docs/CommandGuide/clang.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ ENVIRONMENT
662662
BUGS
663663
----
664664

665-
To report bugs, please visit <https://bugs.llvm.org/>. Most bug reports should
665+
To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>. Most bug reports should
666666
include preprocessed source files (use the :option:`-E` option) and the full
667667
output of the compiler, along with information to reproduce.
668668

clang/www/c_status.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ <h1>C Support in Clang</h1>
7272
reports, but we do not currently track our DR status (help with
7373
tracking DR status is appreciated).</p>
7474

75-
<p>The <a href="https://bugs.llvm.org/">LLVM bug tracker</a> contains a
76-
Clang C component that tracks known bugs with Clang's language
75+
<p>The <a href="https://github.com/llvm/llvm-project/issues/">LLVM bug tracker</a> uses
76+
the "c", "c11", "c18", and "c2x" labels to track known bugs with Clang's language
7777
conformance.</p>
7878

7979
<h2 id="c89">C89 implementation status</h2>

clang/www/cxx_status.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ <h1>C++ Support in Clang</h1>
7676
Specifications</a> that will help drive the future of the C++ programming
7777
language.</p>
7878

79-
<p>The <a href="https://bugs.llvm.org/">LLVM bug tracker</a> contains Clang
80-
C++ components that track known bugs with Clang's language conformance in
81-
each language mode.</p>
79+
<p>The <a href="https://github.com/llvm/llvm-project/issues/">LLVM bug tracker</a> uses
80+
the "c++" label, as well as mode-specific labels such as "c++11", "c++14",
81+
and so on, to track known bugs with Clang's language conformance.</p>
8282

8383
<h2 id="cxx98">C++98 implementation status</h2>
8484

clang/www/get_involved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2>Follow what's going on</h2>
6565

6666
<p>If you're looking for something to work on, check out our <a
6767
href="OpenProjects.html">Open Projects</a> page or look through the <a
68-
href="https://bugs.llvm.org/">Bugzilla bug database</a>.</p>
68+
href="https://github.com/llvm/llvm-project/issues/">LLVM bug tracker</a>.</p>
6969

7070
<h2 id="criteria">Contributing Extensions to Clang</h2>
7171

clang/www/get_started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1>Getting Started: Building and Running Clang</h1>
1919
options. This should get you up and running with the minimum of muss and fuss.
2020
If you like what you see, please consider <a href="get_involved.html">getting
2121
involved</a> with the Clang community. If you run into problems, please file
22-
bugs in <a href="https://bugs.llvm.org/">LLVM Bugzilla</a>.</p>
22+
bugs on <a href="https://github.com/llvm/llvm-project/issues">the LLVM bug tracker</a>.</p>
2323

2424
<h2 id="download">Release Clang Versions</h2>
2525

clang/www/menu.html.incl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a href="http://lists.llvm.org/mailman/listinfo/cfe-users">cfe-users List</a>
3737
<a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev List</a>
3838
<a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits List</a>
39-
<a href="https://bugs.llvm.org/">Bug Reports</a>
39+
<a href="https://github.com/llvm/llvm-project/issues">Bug Reports</a>
4040
<a href="http://planet.clang.org/">Planet Clang</a>
4141
<a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
4242
</div>

libcxx/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Quick Links
217217
===========
218218
* `LLVM Homepage <https://llvm.org/>`_
219219
* `libc++abi Homepage <http://libcxxabi.llvm.org/>`_
220-
* `LLVM Bugzilla <https://bugs.llvm.org/>`_
220+
* `LLVM bug tracker <https://github.com/llvm/llvm-project/labels/libc++/>`_
221221
* `libcxx-commits Mailing List`_
222222
* `libcxx-dev Mailing List`_
223223
* `Browse libc++ Sources <https://github.com/llvm/llvm-project/tree/main/libcxx/>`_

libunwind/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Please include [libunwind] in the subject.
9898
Quick Links
9999
===========
100100
* `LLVM Homepage <https://llvm.org/>`_
101-
* `LLVM Bugzilla <https://bugs.llvm.org/>`_
101+
* `LLVM bug tracker <https://github.com/llvm/llvm-project/labels/libunwind/>`_
102102
* `cfe-commits Mailing List`_
103103
* `cfe-dev Mailing List`_
104104
* `Browse libunwind Sources <https://github.com/llvm/llvm-project/blob/main/libunwind/>`_

lldb/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ interesting areas to contribute to lldb.
178178

179179
Source Code <https://github.com/llvm/llvm-project>
180180
Code Reviews <https://reviews.llvm.org>
181-
Bug Reports <https://bugs.llvm.org/>
181+
Bug Reports <https://github.com/llvm/llvm-project/issues/labels/lldb/>

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ option(LLVM_APPEND_VC_REV
234234

235235
set(PACKAGE_NAME LLVM)
236236
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
237-
set(PACKAGE_BUGREPORT "https://bugs.llvm.org/")
237+
set(PACKAGE_BUGREPORT "https://github.com/llvm/llvm-project/issues/")
238238

239239
set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING
240240
"Default URL where bug reports are to be submitted.")

llvm/docs/CommandGuide/llvm-install-name-tool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Otherwise, it exits with code 0.
7676
BUGS
7777
----
7878

79-
To report bugs, please visit <https://bugs.llvm.org/>.
79+
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-objcopy/strip/>.
8080

8181
SEE ALSO
8282
--------

llvm/docs/CommandGuide/llvm-libtool-darwin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Otherwise, it exits with code 0.
9797
BUGS
9898
----
9999

100-
To report bugs, please visit <https://bugs.llvm.org/>.
100+
To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.
101101

102102
SEE ALSO
103103
--------

llvm/docs/CommandGuide/llvm-lipo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ COMMANDS
7070
BUGS
7171
----
7272

73-
To report bugs, please visit <https://bugs.llvm.org/>.
73+
To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ Otherwise, it exits with code 0.
536536
BUGS
537537
----
538538

539-
To report bugs, please visit <https://bugs.llvm.org/>.
539+
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-objcopy/strip/>.
540540

541541
There is a known issue with :option:`--input-target` and :option:`--target`
542542
causing only ``binary`` and ``ihex`` formats to have any effect. Other values

llvm/docs/CommandGuide/llvm-objdump.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ XCOFF ONLY OPTIONS AND COMMANDS
397397
BUGS
398398
----
399399

400-
To report bugs, please visit <https://bugs.llvm.org/>.
400+
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-objdump/>.
401401

402402
SEE ALSO
403403
--------

llvm/docs/CommandGuide/llvm-otool.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Otherwise, it exits with code 0.
132132
BUGS
133133
----
134134

135-
To report bugs, please visit <https://bugs.llvm.org/>.
135+
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-objdump/>.
136136

137137
SEE ALSO
138138
--------

llvm/docs/CommandGuide/llvm-size.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ Otherwise, it exits with code 0.
191191
BUGS
192192
----
193193

194-
To report bugs, please visit <https://bugs.llvm.org/>.
194+
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-size/>.

llvm/docs/CommandGuide/llvm-strings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ Otherwise, it exits with code 0.
123123
BUGS
124124
----
125125

126-
To report bugs, please visit <https://bugs.llvm.org/>.
126+
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-strings/>.

llvm/docs/CommandGuide/llvm-strip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Otherwise, it exits with code 0.
194194
BUGS
195195
----
196196

197-
To report bugs, please visit <https://bugs.llvm.org/>.
197+
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-objcopy%2Fstrip>.
198198

199199
SEE ALSO
200200
--------

llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ write_cmake_config("Config") {
88
input = "config.h.cmake"
99
output = "$target_gen_dir/config.h"
1010
values = [
11-
"BUG_REPORT_URL=https://bugs.llvm.org/",
11+
"BUG_REPORT_URL=https://github.com/llvm/llvm-project/issues/",
1212
"CLANG_DEFAULT_PIE_ON_LINUX=",
1313
"CLANG_DEFAULT_LINKER=",
1414
"CLANG_DEFAULT_STD_C=",

llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ write_cmake_config("config") {
7272
input = "config.h.cmake"
7373
output = "$target_gen_dir/config.h"
7474
values = [
75-
"BUG_REPORT_URL=https://bugs.llvm.org/",
75+
"BUG_REPORT_URL=https://github.com/llvm/llvm-project/issues/",
7676
"ENABLE_BACKTRACES=1",
7777
"ENABLE_CRASH_OVERRIDES=1",
7878
"BACKTRACE_HEADER=execinfo.h",
@@ -120,7 +120,7 @@ write_cmake_config("config") {
120120
"LLVM_VERSION_INFO=",
121121
"LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO=1",
122122
"LLVM_WINDOWS_PREFER_FORWARD_SLASH=",
123-
"PACKAGE_BUGREPORT=https://bugs.llvm.org/",
123+
"PACKAGE_BUGREPORT=https://github.com/llvm/llvm-project/issues/",
124124
"PACKAGE_NAME=LLVM",
125125
"PACKAGE_STRING=LLVM ${llvm_version}git",
126126
"PACKAGE_VERSION=${llvm_version}git",

utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define CLANG_CONFIG_H
2121

2222
/* Bug report URL. */
23-
#define BUG_REPORT_URL "https://bugs.llvm.org/"
23+
#define BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/"
2424

2525
/* Default to -fPIE and -pie on Linux. */
2626
#define CLANG_DEFAULT_PIE_ON_LINUX 0

utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "llvm/Config/llvm-config.h"
2525

2626
/* Bug report URL. */
27-
#define BUG_REPORT_URL "https://bugs.llvm.org/"
27+
#define BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/"
2828

2929
/* Define to 1 to enable backtraces, and to 0 otherwise. */
3030
#define ENABLE_BACKTRACES 1
@@ -332,7 +332,7 @@
332332
/* LTDL_SHLIB_EXT defined in Bazel */
333333

334334
/* Define to the address where bug reports for this package should be sent. */
335-
#define PACKAGE_BUGREPORT "https://bugs.llvm.org/"
335+
#define PACKAGE_BUGREPORT "https://github.com/llvm/llvm-project/issues/"
336336

337337
/* Define to the full name of this package. */
338338
#define PACKAGE_NAME "LLVM"

0 commit comments

Comments
 (0)