================ @@ -0,0 +1,26 @@ +.. title:: clang-tidy - readability-redundant-typename + +readability-redundant-typename +============================== + +Finds unnecessary uses of the ``typename`` keyword. ---------------- vbvictor wrote:
I think we better use `redundant`, same as in check name ```suggestion Finds redundant uses of the ``typename`` keyword. ``` (please update other places) https://github.com/llvm/llvm-project/pull/161574 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
