[clang-tools-extra] r285581 - Fix link to check
Malcolm Parsons via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 07:48:50 PDT 2016
Author: malcolm.parsons
Date: Mon Oct 31 09:48:49 2016
New Revision: 285581
URL: http://llvm.org/viewvc/llvm-project?rev=285581&view=rev
Log:
Fix link to check
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=285581&r1=285580&r2=285581&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Mon Oct 31 09:48:49 2016
@@ -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
More information about the cfe-commits
mailing list