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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to