================
@@ -104,6 +104,11 @@ New check aliases
 Changes in existing checks
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Improved :doc:`bugprone-use-after-move
+  <clang-tidy/checks/bugprone/use-after-move>` check to handle smart pointers
+  like any other objects allowing to detect more cases, previous behavior can
+  be restored by setting `AllowMovedSmartPtrUse` option to `true`.
----------------
5chmidti wrote:


Nit:

> objects allowing to detect more cases, previous behavior

->

> objects to detect more cases, and added `AllowMovedSmartPtrUse` to restore 
> the previous behavior

https://github.com/llvm/llvm-project/pull/94869
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to