diff --git a/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst b/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst index 5d8b76aec771df..3ed6372840a89b 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst @@ -4,8 +4,8 @@ bugprone-unchecked-optional-access ================================== *Note*: This check uses a flow-sensitive static analysis to produce its - results. Therefore, it may be more resource intensive (RAM, CPU) than the - average clang-tidy check. +results. Therefore, it may be more resource intensive (RAM, CPU) than the +average clang-tidy check. This check identifies unsafe accesses to values contained in ``std::optional``, ``absl::optional``, or ``base::Optional``