forked from OSchip/llvm-project
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:
parent
2343ad755d
commit
71b4bc185f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue