diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 1b1f00de4d69c..79048ce17f52c 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -91,7 +91,7 @@ New checks variables and function parameters only. -- New :doc:`readability-data-pointer ` check. Finds cases where code could use ``data()`` rather than the address of the element at index 0 in a container.