| commit | 4a905b6799bc8c61b1195dd8a7cc95469901265d | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Nov 10 23:32:36 2011 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Thu Nov 10 23:32:36 2011 +0000 |
| tree | 8af051c6ed8f2559f6351f86e5e60d03861ff470 | |
| parent | 20be0b4397a03bfd30364d5083b4207aded5b28f [diff] |
Implicit casts from rvalue to lvalue are not meaningful. Don't accidentally add them when performing a const conversion on the implicit object argument for a member operator call on an rvalue. No change to the testsuite: the test for this change is that the added assertion does not fire any more. llvm-svn: 144333