Do overload resolution for compound assignment even if only the RHS is overloadable. Compound assignment may be overloaded as a non-member, and anyway the overload resolution is necessary because it triggers implicit (used-defined) conversions. Fixes PR5512, but not really the deeper issues lurking. Those are standard defects.

llvm-svn: 89268
2 files changed
tree: 3943c3dabe37dab729c4aa611d8cc0156469960c
  1. clang/
  2. compiler-rt/
  3. llvm/