Clarify the logic for when to build an overloaded binop. In particular,
build one when either of the operands calls itself type-dependent; previously we were building when one of the operand types was dependent, which is not always the same thing and which can lead to unfortunate inconsistencies later. Fixes PR8739. llvm-svn: 120990
Loading
Please register or sign in to comment