Fixed a link in ReleaseNotes.rst (follow-up to r365007)

llvm-svn: 365078
This commit is contained in:
Dmitri Gribenko 2019-07-03 20:18:34 +00:00
parent 78a60c762a
commit ede514049a
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Improvements to clang-tidy
branches in conditional operators.
- New :doc:`bugprone-posix-return
<clang-tidy/checks/android-posix-return>` check.
<clang-tidy/checks/bugprone-posix-return>` check.
Checks if any calls to POSIX functions (except ``posix_openpt``) expect negative
return values.