[clang-tidy] fix link in Release Notes
authorHaojian Wu <hokein@google.com>
Fri, 22 Apr 2016 14:43:39 +0000 (14:43 +0000)
committerHaojian Wu <hokein@google.com>
Fri, 22 Apr 2016 14:43:39 +0000 (14:43 +0000)
Summary: This is intended to fix https://llvm.org/bugs/show_bug.cgi?id=27426

Patch by Kirill Bobyrev!

Reviewers: alexfh, LegalizeAdulthood, hokein

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D19406

llvm-svn: 267155

clang-tools-extra/docs/ReleaseNotes.rst

index 5e6c857..6c25069 100644 (file)
@@ -109,7 +109,7 @@ identified.  The improvements since the 3.8 release include:
   Detect multiple statement macros that are used in unbraced conditionals.
 
 - New `misc-pointer-and-integral-operation
-  <http://clang.llvm.org/extra/clang-tidy/checks/misc-misc-pointer-and-integral-operation.html>`_ check
+  <http://clang.llvm.org/extra/clang-tidy/checks/misc-pointer-and-integral-operation.html>`_ check
 
   Warns about suspicious operations involving pointers and integral types.