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 6b703d8fbb8..0b219038be5 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -82,7 +82,7 @@ Improvements to clang-tidy reinitialization. - The `modernize-use-auto - <http://clang.llvm.org/extra/clang-tidy/checks/modernize.html>`_ check + <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html>`_ check now warns about variable declarations that are initialized with a cast. - New `mpi-buffer-deref |

