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 702c4ad commit 8614674Copy full SHA for 8614674
clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst
@@ -211,7 +211,7 @@ instead, check explicitly that the optional object has a value. For example:
211
instead of the `HasProperty`, `GetProperty` pairing we saw above.
212
213
Do not rely on caller-performed checks
214
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215
216
If you know that all of a function's callers have checked that an optional
217
argument has a value, either change the function to take the value directly or
0 commit comments