We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311bc80 commit db389c1Copy full SHA for db389c1
clang-tools-extra/docs/ReleaseNotes.rst
@@ -209,7 +209,7 @@ Changes in existing checks
209
on ``operator""`` with template parameters.
210
211
- Improved :doc:`misc-unconventional-assign-operator
212
- <clang-tidy/checks/misc/misc-unconventional-assign-operator>` check by fixing
+ <clang-tidy/checks/misc/unconventional-assign-operator>` check by fixing
213
false positives when copy assignment operator function in a template class
214
returns the result of another assignment to ``*this``(``return *this=...``).
215
0 commit comments