| commit | 6a96bf7d6e33d18d0599210941f893e3de3612fe | [log] [tgz] |
|---|---|---|
| author | Sebastian Redl <sebastian.redl@getdesigned.at> | Wed Nov 18 23:10:33 2009 +0000 |
| committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Wed Nov 18 23:10:33 2009 +0000 |
| tree | 3943c3dabe37dab729c4aa611d8cc0156469960c | |
| parent | 36029f41189e80f6938ed257c8c06bf0fd35fe0b [diff] |
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