| commit | 85f240c788a983171cbac01eee25aca9dda3cac1 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Jan 25 17:19:08 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Jan 25 17:19:08 2011 +0000 |
| tree | fb7c4c8646e150bf03fee1e1a36e4df51604bdf8 | |
| parent | 109941b0782b25a48142c219c089612cd23b0165 [diff] |
Implement the rvalue-reference deduction transformation (from T&& -> T) when taking the address of an overloaded function or matching a specialization to a template (C++0x [temp.deduct.type]p10). Fixes PR9044. llvm-svn: 124197