diff --git a/clang-tools-extra/docs/clang-doc.rst b/clang-tools-extra/docs/clang-doc.rst --- a/clang-tools-extra/docs/clang-doc.rst +++ b/clang-tools-extra/docs/clang-doc.rst @@ -12,7 +12,7 @@ The tool is in a very early development stage, so you might encounter bugs and crashes. Submitting reports with information about how to reproduce the issue -to `the LLVM bugtracker `_ will definitely help the +to `the LLVM bug tracker `_ will definitely help the project. If you have any ideas or suggestions, please to put a feature request there. diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.rst --- a/clang/docs/CommandGuide/clang.rst +++ b/clang/docs/CommandGuide/clang.rst @@ -662,7 +662,7 @@ BUGS ---- -To report bugs, please visit . Most bug reports should +To report bugs, please visit . Most bug reports should include preprocessed source files (use the :option:`-E` option) and the full output of the compiler, along with information to reproduce. diff --git a/clang/www/c_status.html b/clang/www/c_status.html --- a/clang/www/c_status.html +++ b/clang/www/c_status.html @@ -72,8 +72,8 @@ reports, but we do not currently track our DR status (help with tracking DR status is appreciated).

-

The LLVM bug tracker contains a -Clang C component that tracks known bugs with Clang's language +

The LLVM bug tracker uses +the "c", "c11", "c18", and "c2x" labels to track known bugs with Clang's language conformance.

C89 implementation status

diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -76,9 +76,9 @@ Specifications that will help drive the future of the C++ programming language.

-

The LLVM bug tracker contains Clang -C++ components that track known bugs with Clang's language conformance in -each language mode.

+

The LLVM bug tracker uses +the "c++" label, as well as mode-specific labels such as "c++11", "c++14", +and so on, to track known bugs with Clang's language conformance.

C++98 implementation status

diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html --- a/clang/www/get_involved.html +++ b/clang/www/get_involved.html @@ -65,7 +65,7 @@

If you're looking for something to work on, check out our Open Projects page or look through the Bugzilla bug database.

+href="https://github.com/llvm/llvm-project/issues/">LLVM bug tracker.

Contributing Extensions to Clang

diff --git a/clang/www/get_started.html b/clang/www/get_started.html --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -19,7 +19,7 @@ options. This should get you up and running with the minimum of muss and fuss. If you like what you see, please consider getting involved with the Clang community. If you run into problems, please file -bugs in LLVM Bugzilla.

+bugs on the LLVM bug tracker.

Release Clang Versions

diff --git a/clang/www/menu.html.incl b/clang/www/menu.html.incl --- a/clang/www/menu.html.incl +++ b/clang/www/menu.html.incl @@ -36,7 +36,7 @@ cfe-users List cfe-dev List cfe-commits List - Bug Reports + Bug Reports Planet Clang IRC: irc.oftc.net#llvm diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst --- a/libcxx/docs/index.rst +++ b/libcxx/docs/index.rst @@ -217,7 +217,7 @@ =========== * `LLVM Homepage `_ * `libc++abi Homepage `_ -* `LLVM Bugzilla `_ +* `LLVM bug tracker `_ * `libcxx-commits Mailing List`_ * `libcxx-dev Mailing List`_ * `Browse libc++ Sources `_ diff --git a/libunwind/docs/index.rst b/libunwind/docs/index.rst --- a/libunwind/docs/index.rst +++ b/libunwind/docs/index.rst @@ -98,7 +98,7 @@ Quick Links =========== * `LLVM Homepage `_ -* `LLVM Bugzilla `_ +* `LLVM bug tracker `_ * `cfe-commits Mailing List`_ * `cfe-dev Mailing List`_ * `Browse libunwind Sources `_ diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -178,4 +178,4 @@ Source Code Code Reviews - Bug Reports + Bug Reports diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -234,7 +234,7 @@ set(PACKAGE_NAME LLVM) set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") -set(PACKAGE_BUGREPORT "https://bugs.llvm.org/") +set(PACKAGE_BUGREPORT "https://github.com/llvm/llvm-project/issues/") set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING "Default URL where bug reports are to be submitted.") diff --git a/llvm/docs/CommandGuide/llvm-install-name-tool.rst b/llvm/docs/CommandGuide/llvm-install-name-tool.rst --- a/llvm/docs/CommandGuide/llvm-install-name-tool.rst +++ b/llvm/docs/CommandGuide/llvm-install-name-tool.rst @@ -76,7 +76,7 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . SEE ALSO -------- diff --git a/llvm/docs/CommandGuide/llvm-libtool-darwin.rst b/llvm/docs/CommandGuide/llvm-libtool-darwin.rst --- a/llvm/docs/CommandGuide/llvm-libtool-darwin.rst +++ b/llvm/docs/CommandGuide/llvm-libtool-darwin.rst @@ -97,7 +97,7 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . SEE ALSO -------- diff --git a/llvm/docs/CommandGuide/llvm-lipo.rst b/llvm/docs/CommandGuide/llvm-lipo.rst --- a/llvm/docs/CommandGuide/llvm-lipo.rst +++ b/llvm/docs/CommandGuide/llvm-lipo.rst @@ -70,4 +70,4 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst --- a/llvm/docs/CommandGuide/llvm-objcopy.rst +++ b/llvm/docs/CommandGuide/llvm-objcopy.rst @@ -536,7 +536,7 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . There is a known issue with :option:`--input-target` and :option:`--target` causing only ``binary`` and ``ihex`` formats to have any effect. Other values diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -397,7 +397,7 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . SEE ALSO -------- diff --git a/llvm/docs/CommandGuide/llvm-otool.rst b/llvm/docs/CommandGuide/llvm-otool.rst --- a/llvm/docs/CommandGuide/llvm-otool.rst +++ b/llvm/docs/CommandGuide/llvm-otool.rst @@ -132,7 +132,7 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . SEE ALSO -------- diff --git a/llvm/docs/CommandGuide/llvm-size.rst b/llvm/docs/CommandGuide/llvm-size.rst --- a/llvm/docs/CommandGuide/llvm-size.rst +++ b/llvm/docs/CommandGuide/llvm-size.rst @@ -191,4 +191,4 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . diff --git a/llvm/docs/CommandGuide/llvm-strings.rst b/llvm/docs/CommandGuide/llvm-strings.rst --- a/llvm/docs/CommandGuide/llvm-strings.rst +++ b/llvm/docs/CommandGuide/llvm-strings.rst @@ -123,4 +123,4 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . diff --git a/llvm/docs/CommandGuide/llvm-strip.rst b/llvm/docs/CommandGuide/llvm-strip.rst --- a/llvm/docs/CommandGuide/llvm-strip.rst +++ b/llvm/docs/CommandGuide/llvm-strip.rst @@ -194,7 +194,7 @@ BUGS ---- -To report bugs, please visit . +To report bugs, please visit . SEE ALSO -------- diff --git a/llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn b/llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn --- a/llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn @@ -8,7 +8,7 @@ input = "config.h.cmake" output = "$target_gen_dir/config.h" values = [ - "BUG_REPORT_URL=https://bugs.llvm.org/", + "BUG_REPORT_URL=https://github.com/llvm/llvm-project/issues/", "CLANG_DEFAULT_PIE_ON_LINUX=", "CLANG_DEFAULT_LINKER=", "CLANG_DEFAULT_STD_C=", diff --git a/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn b/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn --- a/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn @@ -72,7 +72,7 @@ input = "config.h.cmake" output = "$target_gen_dir/config.h" values = [ - "BUG_REPORT_URL=https://bugs.llvm.org/", + "BUG_REPORT_URL=https://github.com/llvm/llvm-project/issues/", "ENABLE_BACKTRACES=1", "ENABLE_CRASH_OVERRIDES=1", "BACKTRACE_HEADER=execinfo.h", @@ -120,7 +120,7 @@ "LLVM_VERSION_INFO=", "LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO=1", "LLVM_WINDOWS_PREFER_FORWARD_SLASH=", - "PACKAGE_BUGREPORT=https://bugs.llvm.org/", + "PACKAGE_BUGREPORT=https://github.com/llvm/llvm-project/issues/", "PACKAGE_NAME=LLVM", "PACKAGE_STRING=LLVM ${llvm_version}git", "PACKAGE_VERSION=${llvm_version}git", diff --git a/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h b/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h --- a/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h +++ b/utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h @@ -20,7 +20,7 @@ #define CLANG_CONFIG_H /* Bug report URL. */ -#define BUG_REPORT_URL "https://bugs.llvm.org/" +#define BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/" /* Default to -fPIE and -pie on Linux. */ #define CLANG_DEFAULT_PIE_ON_LINUX 0 diff --git a/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h b/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h --- a/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h +++ b/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/config.h @@ -24,7 +24,7 @@ #include "llvm/Config/llvm-config.h" /* Bug report URL. */ -#define BUG_REPORT_URL "https://bugs.llvm.org/" +#define BUG_REPORT_URL "https://github.com/llvm/llvm-project/issues/" /* Define to 1 to enable backtraces, and to 0 otherwise. */ #define ENABLE_BACKTRACES 1 @@ -332,7 +332,7 @@ /* LTDL_SHLIB_EXT defined in Bazel */ /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "https://bugs.llvm.org/" +#define PACKAGE_BUGREPORT "https://github.com/llvm/llvm-project/issues/" /* Define to the full name of this package. */ #define PACKAGE_NAME "LLVM"