forked from OSchip/llvm-project
[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:
parent
45cb4fec1e
commit
0b0847b266
|
@ -58,7 +58,7 @@ Improvements to clang-tidy
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
- New `android-file-open-flag
|
- 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()``,
|
Checks if the required file flag ``O_CLOEXEC`` exists in ``open()``,
|
||||||
``open64()`` and ``openat()``.
|
``open64()`` and ``openat()``.
|
||||||
|
|
Loading…
Reference in New Issue