29 auto FloatHalf = floatLiteral(floatHalf());
32 auto FloatType = expr(hasType(realFloatingPointType()));
36 MatchFinder->addMatcher(
39 hasImplicitDestinationType(isInteger()),
40 ignoringParenCasts(binaryOperator(
41 hasOperatorName(
"+"), hasOperands(FloatType, FloatType),
42 hasEitherOperand(ignoringParenImpCasts(FloatHalf)))))