From: Ismail Donmez Date: Fri, 17 Feb 2017 08:26:54 +0000 (+0000) Subject: Update Bugzilla URLs in docs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2af0409eecba9f8423388e20ca86b7c8cbca201f;p=clang Update Bugzilla URLs in docs git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295433 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 4dab98d1c5..beb55ca251 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -1879,7 +1879,7 @@ missing from this list, please send an e-mail to cfe-dev. This list currently excludes C++; see :ref:`C++ Language Features `. Also, this list does not include bugs in mostly-implemented features; please see the `bug -tracker `_ +tracker `_ for known existing bugs (FIXME: Is there a section for bug-reporting guidelines somewhere?). @@ -2516,7 +2516,7 @@ official `MinGW-w64 website `_. Clang expects the GCC executable "gcc.exe" compiled for ``i686-w64-mingw32`` (or ``x86_64-w64-mingw32``) to be present on PATH. -`Some tests might fail `_ on +`Some tests might fail `_ on ``x86_64-w64-mingw32``. .. _clang-cl: @@ -2559,7 +2559,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 `_ +Please `file a bug `_ for any valid cl.exe flags that clang-cl does not understand. Execute ``clang-cl /?`` to see a list of supported options: