diff options
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 76bdfb222f0..5987c3c47d9 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 - <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. |