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 b20b6e9 commit 08f7724Copy full SHA for 08f7724
clang-tools-extra/docs/clang-tidy/checks/bugprone/unhandled-self-assignment.rst
@@ -120,5 +120,7 @@ temporary object into ``this`` (needs a move assignment operator):
120
121
.. option:: WarnOnlyIfThisHasSuspiciousField
122
123
- When `true`, the check will warn only if the container class of the copy assignment operator
124
- has any suspicious fields (pointer or C array). This option is set to `true` by default.
+ When `true`, the check will warn only if the container class of the copy
+ assignment operator has any suspicious fields (pointer, C array and C++ smart
125
+ pointer).
126
+ This option is set to `true` by default.
0 commit comments