Fix clang-tools-extra Sphinx build

This should address the issues found in:
https://lab.llvm.org/buildbot/#/builders/115/builds/35504
This commit is contained in:
Aaron Ballman 2022-10-10 07:53:52 -04:00
parent 2343ad755d
commit 71b4bc185f
1 changed files with 1 additions and 1 deletions

View File

@ -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