================ @@ -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. ---------------- HerrCai0907 wrote:
```suggestion enhance the robustness of the member initializer detection. ``` https://github.com/llvm/llvm-project/pull/159392 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
