[clang-tools-extra] 71b4bc1 - Fix clang-tools-extra Sphinx build
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 10 04:55:38 PDT 2022
Author: Aaron Ballman
Date: 2022-10-10T07:55:26-04:00
New Revision: 71b4bc185f610ddac7c6334513392ff01820fd90
URL: https://github.com/llvm/llvm-project/commit/71b4bc185f610ddac7c6334513392ff01820fd90
DIFF: https://github.com/llvm/llvm-project/commit/71b4bc185f610ddac7c6334513392ff01820fd90.diff
LOG: Fix clang-tools-extra Sphinx build
This should address the issues found in:
https://lab.llvm.org/buildbot/#/builders/115/builds/35504
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 7fe3d89afdefb..735fedbce5496 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -169,7 +169,7 @@ Changes in existing checks
:doc:`readability-simplify-boolean-expr <clang-tidy/checks/readability/simplify-boolean-expr>`
when using a C++23 ``if consteval`` statement.
-- Improved :doc:`misc-redundant-expression <clang-tidy/checks/misc-redundant-expression>`
+- Improved :doc:`misc-redundant-expression <clang-tidy/checks/misc/redundant-expression>`
check.
The check now skips concept definitions since redundant expressions still make sense
More information about the cfe-commits
mailing list