| commit | cba72b1f620fd1d520da3f8e1100414c0a693cf4 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Jan 21 05:18:22 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Jan 21 05:18:22 2011 +0000 |
| tree | b83c46c1e425a863762a6fc08fb6ca8097512f26 | |
| parent | f4ca47bda828b5349e6d345f7a180248ee7547bd [diff] |
Implement the special template argument deduction rule for T&& in a call (C++0x [temp.deduct.call]p3). As part of this, start improving the reference-binding implementation used in the computation of implicit conversion sequences (for overload resolution) to reflect C++0x semantics. It still needs more work and testing, of course. llvm-svn: 123966