================ @@ -0,0 +1,49 @@ +.. title:: clang-tidy - readability-redundant-const + +readability-redundant-const +=========================== + +Detects redundant ``const`` specifiers on variable declarations. + +Examples: + +.. code-block:: c++ + + // Finds: ---------------- berkaysahiin wrote:
Do you mean only the `// Finds:` or the entire `Find/Replace` section ? My only concern is with pointer examples since there are multiple const in 1 line. https://github.com/llvm/llvm-project/pull/189733 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
