Loading clang-tools-extra/docs/ReleaseNotes.rst +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ New checks variables and function parameters only. - New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer` check. - New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer>` check. Finds cases where code could use ``data()`` rather than the address of the element at index 0 in a container. Loading Loading
clang-tools-extra/docs/ReleaseNotes.rst +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ New checks variables and function parameters only. - New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer` check. - New :doc:`readability-data-pointer <clang-tidy/checks/readability-data-pointer>` check. Finds cases where code could use ``data()`` rather than the address of the element at index 0 in a container. Loading