[clang-tools-extra] [Clang-Tidy] Fixed `cppcoreguidelines-init-variables` to handle ObjC for-in loops. (PR #191306)

Dmitrii Kuragin via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 16 13:55:45 PDT 2026


sstepashka wrote:

> I’m a bit confused about what we’re discussing: is the question whether we want to
> 
> 1. disable this check in Obj-C-not-++, but leave it enabled in Obj-C++; or
> 2. disable it in both?

Should the decision be made in the context of the existing PR? I am not sure how any bigger decisions are made in LLVM. Let me know if I have to do anything with the given PR, even if it's just abandon it. I'm cool with any.

https://github.com/llvm/llvm-project/pull/191306


More information about the cfe-commits mailing list