Diffusion Clazy 4918d8efba9b

unneeded-cast: Improve warning message for unneeded qobject_cast

Authored by smartins on May 27 2019, 1:11 PM.

Description

unneeded-cast: Improve warning message for unneeded qobject_cast

Instead of saying that no cast to base is needed, simply say that
no qobject_cast is needed. Since a static_cast might still be needed.

This is the case for the ternary operator.

BUG: 407981

Details

Committed
smartinsMay 27 2019, 1:12 PM
Parents
R74:3e684e046eef: Fix build with llvm trunk
Branches
Unknown
Tags
Unknown