================
@@ -0,0 +1,26 @@
+.. title:: clang-tidy - bugprone-public-enable-shared-from-this
+
+bugprone-public-enable-shared-from-this
+=======================================
+
+Checks that classes/structs inheriting from ``std::enable_shared_from_this`` 
derive it with the ``public`` access specifier. If not, then issue a FixItHint 
that can be applied.
+
+Consider the following code:
+.. code-block:: c++
+        #include <memory>
----------------
EugeneZelenko wrote:

Indentation should be reduced.

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

Reply via email to