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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits