[clang-tools-extra] [clang-tidy] Skip ObjC fast-enum loop vars in init-variables (PR #173448)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 23 23:14:25 PST 2025


================
@@ -463,6 +463,10 @@ Changes in existing checks
   <clang-tidy/checks/cppcoreguidelines/init-variables>` check by fixing the
   insertion location for function pointers with multiple parameters.
 
+- Improved :doc:`cppcoreguidelines-init-variables
----------------
vbvictor wrote:

We should probably make the error message more straightforward on what to do.
Like "merge those entries into one.." (my wording is bad)

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


More information about the cfe-commits mailing list