From ab31be83ade4b9662e01f2af2ead37fa852810ae Mon Sep 17 00:00:00 2001 From: Jonas Toth Date: Wed, 31 Oct 2018 16:59:41 +0000 Subject: [PATCH] [clang-tools-extra] fix broken link in release notes llvm-svn: 345736 --- clang-tools-extra/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 76bdfb2..5987c3c 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -137,7 +137,7 @@ Improvements to clang-tidy those that have a non-deprecated equivalent. - New :doc:`readability-isolate-decl - ` check. + ` check. Detects local variable declarations declaring more than one variable and tries to refactor the code to one statement per declaration. -- 2.7.4