[clang-tools-extra] [clang-tidy] ignore uninitialized std::array in member init (PR #98134)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 03:06:26 PST 2026
================
@@ -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.
----------------
dsiroky wrote:
changed
https://github.com/llvm/llvm-project/pull/98134
More information about the cfe-commits
mailing list