Skip to content

Commit

Permalink
[clang-tidy] doc format fix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yan-wang-google committed Jun 23, 2017
1 parent 45cb4fe commit 0b0847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tools-extra/docs/ReleaseNotes.rst
Expand Up @@ -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()``.
Expand Down

0 comments on commit 0b0847b

Please sign in to comment.