[clang-tools-extra] [clang-tidy] Make `bugprone-unhandled-self-assignment` check more general (PR #147066)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 7 06:49:37 PDT 2025


================
@@ -189,6 +189,12 @@ Changes in existing checks
   calls of ``std::string`` constructor with char pointer, start position and
   length parameters.
 
+- Improved :doc:`bugprone-unhandled-self-assignment
----------------
EugeneZelenko wrote:

Should be after `bugprone-unchecked-optional-access`

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


More information about the cfe-commits mailing list