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

llvm-svn: 345736
This commit is contained in:
Jonas Toth 2018-10-31 16:59:41 +00:00
parent 0ea5af7acb
commit ab31be83ad

View File

@ -137,7 +137,7 @@ Improvements to clang-tidy
those that have a non-deprecated equivalent. those that have a non-deprecated equivalent.
- New :doc:`readability-isolate-decl - 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 Detects local variable declarations declaring more than one variable and
tries to refactor the code to one statement per declaration. tries to refactor the code to one statement per declaration.