aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Wang <yawanng@google.com>2017-06-23 22:12:55 +0000
committerYan Wang <yawanng@google.com>2017-06-23 22:12:55 +0000
commit58485565d7311f18bb4f3770c9bffab51fbb4eb2 (patch)
tree0b225407bc7d57d64e2da90c6434d60560f0697c
parent4130d3982d0adab9cdeeb84f9ec79cdd7f9587fc (diff)
downloadclang-tools-extra-upstream-mirror.tar.gz
[clang-tidy] doc format fixupstream-mirror
Summary: The url in the doc is wrong. Fix the url. Reviewers: chh Reviewed By: chh Subscribers: srhines, xazax.hun Tags: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D34573 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@306172 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 45689a98..c18caee7 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -58,7 +58,7 @@ Improvements to clang-tidy
--------------------------
- New `android-file-open-flag
- <http://clang.llvm.org/extra/clang-tidy/checks/android-file-open-flag>`_ check
+ <http://clang.llvm.org/extra/clang-tidy/checks/android-file-open-flag.html>`_ check
Checks if the required file flag ``O_CLOEXEC`` exists in ``open()``,
``open64()`` and ``openat()``.