diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2019-05-09 15:00:38 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2019-05-09 15:00:38 +0000 |
commit | f58a5c8803e3d06014031a4551ea9429db9662d9 (patch) | |
tree | cd9b54d1a32d2f7e65baa0836521dce1808ce488 | |
parent | 8e015b2e94f8795bdba47038836ff20a9ce18e1c (diff) | |
download | bcm5719-llvm-f58a5c8803e3d06014031a4551ea9429db9662d9.tar.gz bcm5719-llvm-f58a5c8803e3d06014031a4551ea9429db9662d9.zip |
Fixing a link in the release notes to appease the Sphinx bot.
llvm-svn: 360346
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index b07ee0528b4..cbeb403d624 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -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. |