[clang-tools-extra] [Clang-Tidy] Fixed `cppcoreguidelines-init-variables` to handle ObjC for-in loops. (PR #191306)
Victor Chernyakin via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 09:59:54 PDT 2026
localspook wrote:
"No uninitialized variables" seems like a reasonable rule to want to enforce even in Objective-C++, so I don't think this particular check should be disabled there. Maybe some individual cppcoreguidelines checks wouldn't apply, but I think we should decide on a check-by-check basis.
https://github.com/llvm/llvm-project/pull/191306
More information about the cfe-commits
mailing list