CheckerManager::runCheckersForPreStmt() is called twice for CastExpr: first, in ExprEngine::Visit() and then in ExprEngine::VisitCast(). This patch removes the first check as redundant.
This patch lacks a test case. If you have any idea for a test case, please, share it :)