diff options
author | Yan Wang <yawanng@google.com> | 2017-06-23 22:12:55 +0000 |
---|---|---|
committer | Yan Wang <yawanng@google.com> | 2017-06-23 22:12:55 +0000 |
commit | 0b0847b266159cce32d917755defce79f2fdb41c (patch) | |
tree | 3e77e2850a4c147275d7ae431726abfb9a7887eb | |
parent | 45cb4fec1ec3d8ab9907e7a4924ab381f892a429 (diff) | |
download | bcm5719-llvm-0b0847b266159cce32d917755defce79f2fdb41c.tar.gz bcm5719-llvm-0b0847b266159cce32d917755defce79f2fdb41c.zip |
[clang-tidy] doc format fix
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
llvm-svn: 306172
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 45689a981bc..c18caee77b6 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/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()``. |