Similarly to D43480 and D43481, we need to skip the ternary conditional operator ... ? ... : ... when it stands between the MaterializeTemporaryExpr and the CXXBindTemporaryExpr.
This allows us to find the common materialization target (MaterializeTemporaryExpr) for the two branches of the conditional operator, which would later be used for improving lifetime extension support in the analyzer, but for now the change has no immediate effect on the analyzer.
GNU binary conditional operator is not supported yet.