================
@@ -29,9 +29,10 @@ Options
 
 .. option:: IgnoreArrays
 
-   If set to `true`, the check will not warn about array members that are not
-   zero-initialized during construction. For performance critical code, it may
-   be important to not initialize fixed-size array members. Default is `false`.
+   If set to `true`, the check will not warn about array members (including
+   ``std::array``) that are not zero-initialized during construction. For
----------------
HerrCai0907 wrote:

maybe including c array and std::array

https://github.com/llvm/llvm-project/pull/98134
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to