[clang-tools-extra] r360346 - Fixing a link in the release notes to appease the Sphinx bot.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu May 9 08:00:39 PDT 2019


Author: aaronballman
Date: Thu May  9 08:00:38 2019
New Revision: 360346

URL: http://llvm.org/viewvc/llvm-project?rev=360346&view=rev
Log:
Fixing a link in the release notes to appease the Sphinx bot.

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=360346&r1=360345&r2=360346&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Thu May  9 08:00:38 2019
@@ -151,8 +151,8 @@ Improvements to clang-tidy
   finds and replaces cases that match the pattern ``var &&
   isa<X>(var)``, where ``var`` is evaluated twice.
 
-- New :doc:`modernize-use-trailing-type-return
-  <clang-tidy/checks/modernize-use-trailing-type-return>` check.
+- New :doc:`modernize-use-trailing-return-type
+  <clang-tidy/checks/modernize-use-trailing-return-type>` check.
 
   Rewrites function signatures to use a trailing return type.
 




More information about the cfe-commits mailing list