[clang-tools-extra] [clang-tidy] In C++17, callee is guaranteed to be sequenced before arguments. (PR #93623)
via cfe-commits
cfe-commits at lists.llvm.org
Wed May 29 07:23:37 PDT 2024
================
@@ -241,6 +241,12 @@ Changes in existing checks
function with the same prefix as the default argument, e.g. ``std::unique_ptr``
and ``std::unique``, avoiding false positive for assignment operator overloading.
+- Improved :doc:`bugprone-use-after-move
----------------
EugeneZelenko wrote:
Please merge with existing entry for this check.
https://github.com/llvm/llvm-project/pull/93623
More information about the cfe-commits
mailing list