We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e015b2 commit f58a5c8Copy full SHA for f58a5c8
clang-tools-extra/docs/ReleaseNotes.rst
@@ -151,8 +151,8 @@ Improvements to clang-tidy
151
finds and replaces cases that match the pattern ``var &&
152
isa<X>(var)``, where ``var`` is evaluated twice.
153
154
-- New :doc:`modernize-use-trailing-type-return
155
- <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.
156
157
Rewrites function signatures to use a trailing return type.
158
0 commit comments