================ @@ -424,6 +424,11 @@ Changes in existing checks adding an option to allow pointer arithmetic via prefix/postfix increment or decrement operators. +- Improved :doc:`cppcoreguidelines-pro-type-member-init + <clang-tidy/checks/cppcoreguidelines/pro-type-member-init>` check to + correctly ignore ``std::array`` and other containers when `IgnoreArrays` ---------------- vbvictor wrote:
```suggestion correctly ignore ``std::array`` and other array-like containers when `IgnoreArrays` ``` note on line lengths https://github.com/llvm/llvm-project/pull/169832 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
