Convert UsualArithmeticConversions to return "void". Now that we synthesize ImplicitCastExpr's, there is no compelling need to return the converted type. If both expression type's are arithmetic, then both types will always be the same. If they aren't (for pointer/int types, say), then the types will be different. The client is responsible for distinguishing... llvm-svn: 39947
Loading
Please register or sign in to comment