[clang-tidy] ContainerSizeEmptyCheck::check - simplify isa<> and dyn_cast<> repeated calls
Just use dyn_cast<> to determine literal + container values from the binop
Loading
Please sign in to comment
Just use dyn_cast<> to determine literal + container values from the binop