[clang-tools-extra] [clang-tidy] make `misc-const-correctness` work with `auto` variables and lambdas (PR #157319)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 12 00:22:52 PDT 2025
carlosgalvezp wrote:
That sounds good to me, we should document clearly that this is a temporary option (active warning by default) to ease migration, and will be removed in clang-tidy-24. The intention is for auto and non-auto variables to have the same treatment.
https://github.com/llvm/llvm-project/pull/157319
More information about the cfe-commits
mailing list