================ @@ -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`` + option is set to ``true``. ---------------- EugeneZelenko wrote:
```suggestion correctly ignore ``std::array`` and other containers when `IgnoreArrays` option is set to `true`. ``` https://github.com/llvm/llvm-project/pull/169832 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
