================ @@ -296,6 +296,10 @@ Changes in existing checks a false positive when a base class has a forward declaration before its definition. +- 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` option 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
