================ @@ -98,6 +98,13 @@ Improvements to clang-tidy New checks ^^^^^^^^^^ +- New :doc:`bugprone-incorrect-enable-shared-from-this + <clang-tidy/checks/bugprone/incorrect-enable-shared-from-this>` check. + + Detects if class/structs publicly inherits from ``std::enable_shared_from_this``, ---------------- 5chmidti wrote:
`Detects if a class or struct` to be in sync with the header description and documentation. https://github.com/llvm/llvm-project/pull/102299 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits