================ @@ -158,6 +158,10 @@ Changes in existing checks the invalidating function in the warning message when a custom invalidation function is used (via the `InvalidationFunctions` option). +- Improved :doc:`cppcoreguidelines-pro-type-member-init + <clang-tidy/checks/cppcoreguidelines/pro-type-member-init>` check by treating + ``std::array`` the same as built-in arrays when ``IgnoreArrays`` is enabled. ---------------- EugeneZelenko wrote:
```suggestion ``std::array`` the same as built-in arrays when `IgnoreArrays` is enabled. ``` https://github.com/llvm/llvm-project/pull/98134 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
