[clang-tools-extra] 14fee3d - Fix clang-tools-extra docs build
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 19 05:58:38 PST 2023
Author: Carlos Galvez
Date: 2023-02-19T13:58:31Z
New Revision: 14fee3d7d36927d3e8940cbcaab70fa4e99e2ec2
URL: https://github.com/llvm/llvm-project/commit/14fee3d7d36927d3e8940cbcaab70fa4e99e2ec2
DIFF: https://github.com/llvm/llvm-project/commit/14fee3d7d36927d3e8940cbcaab70fa4e99e2ec2.diff
LOG: Fix clang-tools-extra docs build
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 69d89c3ee6c86..6b757656377d3 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -166,7 +166,7 @@ Changes in existing checks
- Deprecated check-local options `HeaderFileExtensions`
in :doc:`misc-unused-using-decls
- <clang-tidy/checks/misc/misc-unused-using-decls>` check.
+ <clang-tidy/checks/misc/unused-using-decls>` check.
Global options of the same name should be used instead.
Removed checks
More information about the cfe-commits
mailing list