[clang] d4f43e4 - [docs] Update 'please file a bug' link for clang-cl

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 6 06:13:28 PDT 2023


Author: Hans Wennborg
Date: 2023-07-06T15:13:10+02:00
New Revision: d4f43e4293f98616057ccf00661926f540bfdfab

URL: https://github.com/llvm/llvm-project/commit/d4f43e4293f98616057ccf00661926f540bfdfab
DIFF: https://github.com/llvm/llvm-project/commit/d4f43e4293f98616057ccf00661926f540bfdfab.diff

LOG: [docs] Update 'please file a bug' link for clang-cl

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 6a644eed6d32b7..da9d0d364cd03a 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -4146,7 +4146,7 @@ options are spelled with a leading ``/``, they will be mistaken for a filename:
 
     clang-cl.exe: error: no such file or directory: '/foobar'
 
-Please `file a bug <https://bugs.llvm.org/enter_bug.cgi?product=clang&component=Driver>`_
+Please `file a bug <https://github.com/llvm/llvm-project/issues/new?labels=clang-cl>`_
 for any valid cl.exe flags that clang-cl does not understand.
 
 Execute ``clang-cl /?`` to see a list of supported options:


        


More information about the cfe-commits mailing list