Fix link to check

llvm-svn: 285581
This commit is contained in:
Malcolm Parsons 2016-10-31 14:48:49 +00:00
parent 498ed714f8
commit aa800837d3
1 changed files with 1 additions and 1 deletions

View File

@ -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