[openmp] [clang-tools-extra] [libc] [llvm] [libcxx] [lldb] [flang] [clang] [compiler-rt] [mlir] [clang-tidy] Add performance-move-smart-pointer-contents check. (PR #66139)

via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 11:12:02 PST 2023


================
@@ -0,0 +1,21 @@
+.. title:: clang-tidy - performance-move-smart-pointer-contents
+
+performance-move-smart-pointer-contents
+=======================================
+
+Recommends avoiding moving out of a smart pointer when moving the pointer is
----------------
EugeneZelenko wrote:

Please make this statement same as in Release Notes.

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


More information about the cfe-commits mailing list