[PATCH] D19406: [clang-tidy] Release Notes fix typo in check link
Kirill Bobyrev via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 22 03:10:07 PDT 2016
omtcyf0 created this revision.
omtcyf0 added reviewers: alexfh, LegalizeAdulthood, hokein.
omtcyf0 added a subscriber: cfe-commits.
This is intended to fix https://llvm.org/bugs/show_bug.cgi?id=27426
http://reviews.llvm.org/D19406
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ 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.54620.patch
Type: text/x-patch
Size: 576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160422/805a729a/attachment.bin>
More information about the cfe-commits
mailing list