[clang-tools-extra] [clang-tidy] Create bugprone-incorrect-enable-shared-from-this check (PR #102299)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 00:06:40 PST 2025


================
@@ -0,0 +1,34 @@
+.. title:: clang-tidy - bugprone-incorrect-enable-shared-from-this
+
+bugprone-incorrect-enable-shared-from-this
+==========================================
+
+Detect classes or structs that do not publicly inherit from 
+``std::enable_shared_from_this``, because unintended behavior will 
+otherwise occur when calling ``shared_from_this``.
+
+Consider the following code:
----------------
MichelleCDjunaidi wrote:

I think the wording/line has been suggested and approved by other reviewers, so I'll refrain from touching it.

https://github.com/llvm/llvm-project/pull/102299


More information about the cfe-commits mailing list