================ @@ -204,6 +204,11 @@ Changes in existing checks <clang-tidy/checks/misc/redundant-expression>` check by providing additional examples and fixing some macro related false positives. +- Improved :doc:`misc-unconventional-assign-operator + <clang-tidy/checks/misc/unconventional-assign-operator>` check by fixing + false positives when copy assignment operator function in a template class + returns the result of another assignment to ``*this``(``return *this=...``). ---------------- EugeneZelenko wrote:
```suggestion returns the result of another assignment to ``*this`` (``return *this=...``). ``` https://github.com/llvm/llvm-project/pull/143292 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits