================
@@ -118,6 +118,10 @@ infrastructure are described first, followed by 
tool-specific sections.
   <clang-tidy/checks/bugprone/std-namespace-modification>` when checking
   lambda closure types used as template arguments.
 
+- Improved {doc}`bugprone-use-after-move
+  <clang-tidy/checks/bugprone/use-after-move>` check to honor
+  `[[clang::usable_after_move]]` attribute.
----------------
Endilll wrote:

Everywhere else the attribute is named `[[clang::usable_on_move]]`, which makes 
me think you forgot to rename it here.

https://github.com/llvm/llvm-project/pull/216121
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to