[clang-tools-extra] [clang-tidy] improve robustness of the member initializer detection in modernize-use-default-member-init (PR #159392)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 18 07:23:24 PDT 2025
================
@@ -282,6 +282,10 @@ Changes in existing checks
uses of non-standard ``enable_if`` with a signature different from
``std::enable_if`` (such as ``boost::enable_if``).
+- Improved :doc:`modernize-use-default-member-init
+ <clang-tidy/checks/modernize/use-default-member-init>` check to
+ improve the robustness of the member initializer detection.
----------------
EugeneZelenko wrote:
Need to be reworded: `improved ... to improve` does not sound well.
https://github.com/llvm/llvm-project/pull/159392
More information about the cfe-commits
mailing list