[clang-tools-extra] f1e8ceb - docs: correct SPHNIX document reference
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 16 10:44:20 PDT 2021
Author: Saleem Abdulrasool
Date: 2021-09-16T17:43:59Z
New Revision: f1e8ceb3054a02f4225ff7ab74cde10b70826707
URL: https://github.com/llvm/llvm-project/commit/f1e8ceb3054a02f4225ff7ab74cde10b70826707
DIFF: https://github.com/llvm/llvm-project/commit/f1e8ceb3054a02f4225ff7ab74cde10b70826707.diff
LOG: docs: correct SPHNIX document reference
The trailing `>` was missing, which resulted in the reference not being
processed properly.
Added:
Modified:
clang-tools-extra/docs/ReleaseNotes.rst
Removed:
################################################################################
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 <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.
More information about the cfe-commits
mailing list