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 2a7b326 commit 8f2c2d0Copy full SHA for 8f2c2d0
clang-tools-extra/docs/clang-tidy/checks/bugprone/misleading-setter-of-reference.rst
@@ -6,7 +6,7 @@ bugprone-misleading-setter-of-reference
6
Finds setter-like member functions that take a pointer parameter and set a
7
(non-const) reference member of the same class with the pointed value.
8
9
-The factthat a setter function takes a pointer might cause the belief that an
+The fact that a setter function takes a pointer might cause the belief that an
10
internal reference (if it would be a pointer) is changed instead of the
11
pointed-to (or referenced) value.
12
0 commit comments