[clang-tools-extra] 471360b - [clang-tidy][NFC] fix typo in release note
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 13 06:03:23 PDT 2024
Author: Congcong Cai
Date: 2024-09-13T21:03:12+08:00
New Revision: 471360b2241aaca8ffe457ac796e01d4f0988e6a
URL: https://github.com/llvm/llvm-project/commit/471360b2241aaca8ffe457ac796e01d4f0988e6a
DIFF: https://github.com/llvm/llvm-project/commit/471360b2241aaca8ffe457ac796e01d4f0988e6a.diff
LOG: [clang-tidy][NFC] fix typo in release note
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 1ad8cedc902cb5..8c22d283963f1e 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -123,7 +123,7 @@ Changes in existing checks
<clang-tidy/checks/modernize/use-std-print>` check to support replacing
member function calls too.
-- Improved :doc:`readablility-implicit-bool-conversion
+- Improved :doc:`readability-implicit-bool-conversion
<clang-tidy/checks/readability/implicit-bool-conversion>` check
by adding the option `UseUpperCaseLiteralSuffix` to select the
case of the literal suffix in fixes.
More information about the cfe-commits
mailing list