[clang-tools-extra] [clang-tidy] Fix false positives with template in `misc-unconventional-assign-operator` check (PR #143292)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 8 07:25:29 PDT 2025


================
@@ -208,6 +208,11 @@ Changes in existing checks
   <clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
   on ``operator""`` with template parameters.
 
+- Improved :doc:`misc-unconventional-assign-operator
----------------
EugeneZelenko wrote:

Should be before `misc-unused-using-decls`.

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


More information about the cfe-commits mailing list