[clang-tools-extra] r345736 - [clang-tools-extra] fix broken link in release notes

Jonas Toth via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 09:59:41 PDT 2018


Author: jonastoth
Date: Wed Oct 31 09:59:41 2018
New Revision: 345736

URL: http://llvm.org/viewvc/llvm-project?rev=345736&view=rev
Log:
[clang-tools-extra] fix broken link 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=345736&r1=345735&r2=345736&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed Oct 31 09:59:41 2018
@@ -137,7 +137,7 @@ Improvements to clang-tidy
   those that have a non-deprecated equivalent.
 
 - New :doc:`readability-isolate-decl
-  <clang-tidy/checks/readability-isolate-decl>` check.
+  <clang-tidy/checks/readability-isolate-declaration>` check.
 
   Detects local variable declarations declaring more than one variable and
   tries to refactor the code to one statement per declaration.




More information about the cfe-commits mailing list