================ @@ -3,9 +3,9 @@ misc-const-correctness ====================== -This check implements detection of local variables which could be declared as -``const`` but are not. Declaring variables as ``const`` is required or -recommended by many coding guidelines, such as: +This check implements detection of local variables and function parameters ---------------- localspook wrote:
Drive-by: we try to avoid saying "this check", so: ```suggestion Finds local variables and function parameters ``` https://github.com/llvm/llvm-project/pull/171215 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
