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 101d19b commit eda529eCopy full SHA for eda529e
clang-tools-extra/docs/ReleaseNotes.rst
@@ -207,7 +207,7 @@ Changes in existing checks
207
- Improved :doc:`misc-unconventional-assign-operator
208
<clang-tidy/checks/misc/unconventional-assign-operator>` check by fixing
209
false positives when copy assignment operator function in a template class
210
- returns the result of another assignment to ``*this``(``return *this=...``).
+ returns the result of another assignment to ``*this`` (``return *this=...``).
211
212
- Improved :doc:`misc-unused-using-decls
213
<clang-tidy/checks/misc/unused-using-decls>` check by fixing false positives
0 commit comments