Fixing a link in the release notes to appease the Sphinx bot.

llvm-svn: 360346
This commit is contained in:
Aaron Ballman 2019-05-09 15:00:38 +00:00
parent 8e015b2e94
commit f58a5c8803
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ Improvements to clang-tidy
finds and replaces cases that match the pattern ``var &&
isa<X>(var)``, where ``var`` is evaluated twice.
- New :doc:`modernize-use-trailing-type-return
<clang-tidy/checks/modernize-use-trailing-type-return>` check.
- New :doc:`modernize-use-trailing-return-type
<clang-tidy/checks/modernize-use-trailing-return-type>` check.
Rewrites function signatures to use a trailing return type.