forked from OSchip/llvm-project
Fixing a link in the release notes to appease the Sphinx bot.
llvm-svn: 360346
This commit is contained in:
parent
8e015b2e94
commit
f58a5c8803
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue