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

Daniil Dudkin via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 03:12:48 PDT 2026


unterumarmung wrote:

Well, Objective-C++ is still C++, so I think `cppcoreguidelines` checks should work on the Objective-C++ code to a certain degree

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


More information about the cfe-commits mailing list