File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414namespace clang ::tidy::readability {
1515
16- // / Finds unnecessary uses of the `typename` keyword.
16+ // / Finds redundant uses of the `typename` keyword.
1717// /
1818// / For the user-facing documentation see:
1919// / https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-typename.html
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ New checks
211211- New :doc: `readability-redundant-typename
212212 <clang-tidy/checks/readability/redundant-typename>` check.
213213
214- Finds unnecessary uses of the ``typename `` keyword.
214+ Finds redundant uses of the ``typename `` keyword.
215215
216216New check aliases
217217^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 33readability-redundant-typename
44==============================
55
6- Finds unnecessary uses of the ``typename `` keyword.
6+ Finds redundant uses of the ``typename `` keyword.
77
8- ``typename `` is unnecessary in two cases. First, before non-dependent names:
8+ ``typename `` is redundant in two cases. First, before non-dependent names:
99
1010.. code-block :: c++
1111
You can’t perform that action at this time.
0 commit comments