[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
This commit is contained in:
Yan Wang 2017-06-23 22:12:55 +00:00
parent 45cb4fec1e
commit 0b0847b266
1 changed files with 1 additions and 1 deletions

View File

@ -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()``.