[clang-tools-extra] b767784 - [clang-tidy][NFC] Fix broken link in Release Notes
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 03:30:25 PDT 2023
Author: Carlos Galvez
Date: 2023-03-23T10:30:15Z
New Revision: b7677846da66fd003a538f87fd8de948cfcc3d6a
URL: https://github.com/llvm/llvm-project/commit/b7677846da66fd003a538f87fd8de948cfcc3d6a
DIFF: https://github.com/llvm/llvm-project/commit/b7677846da66fd003a538f87fd8de948cfcc3d6a.diff
LOG: [clang-tidy][NFC] Fix broken link in Release Notes
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 89419141cebb..a5f090045615 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -238,8 +238,8 @@ Changes in existing checks
string for ``Prefix`` or ``Suffix`` options could result in the style not
being used.
-- Fixed an issue in :doc:`google-avoid-underscore-in-googletest-name
- <clang-tidy/checks/google/avoid-underscore-in-googletest-name>` when using
+- Fixed an issue in :doc:`google-readability-avoid-underscore-in-googletest-name
+ <clang-tidy/checks/google/readability-avoid-underscore-in-googletest-name>` when using
``DISABLED_`` in the test suite name.
Removed checks
More information about the cfe-commits
mailing list