[PATCH] D19406: [clang-tidy] fix link in Release Notes
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 22 07:49:30 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL267155: [clang-tidy] fix link in Release Notes (authored by hokein).
Changed prior to commit:
http://reviews.llvm.org/D19406?vs=54620&id=54649#toc
Repository:
rL LLVM
http://reviews.llvm.org/D19406
Files:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Index: clang-tools-extra/trunk/docs/ReleaseNotes.rst
===================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst
@@ -109,7 +109,7 @@
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19406.54649.patch
Type: text/x-patch
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160422/b12b36f6/attachment.bin>
More information about the cfe-commits
mailing list