[clang-tools-extra] r333104 - [Documentation] Fix link syntax in Release Notes.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Wed May 23 10:39:46 PDT 2018
Author: eugenezelenko
Date: Wed May 23 10:39:46 2018
New Revision: 333104
URL: http://llvm.org/viewvc/llvm-project?rev=333104&view=rev
Log:
[Documentation] Fix link syntax in Release Notes.
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=333104&r1=333103&r2=333104&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed May 23 10:39:46 2018
@@ -100,7 +100,7 @@ Improvements to clang-tidy
only allowed in nested loops.
- New :doc:`cppcoreguidelines-narrowing-conversions
- <clang-tidy/checks/cppcoreguidelines-narrowing-conversions>`_ check
+ <clang-tidy/checks/cppcoreguidelines-narrowing-conversions>` check
Checks for narrowing conversions, e. g. ``int i = 0; i += 0.1;``.
More information about the cfe-commits
mailing list