| commit | a906ad2f9e368c7ea949bbdc814ebce662b5e61c | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Jul 18 00:14:59 2012 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed Jul 18 00:14:59 2012 +0000 |
| tree | 24d0b999593fd257f111a1fadbeb4008b45770f7 | |
| parent | 2151497dca31a0add0e71717b4cd4462a0c8d10f [diff] |
When performing the deduced/actual argument type check for C++ [temp.deduct.call]p4 under Objective-C++ ARC, make sure to adjust the qualifiers to introduce the implicit strong lifetime when needed. Fixes <rdar://problem/11825671>. llvm-svn: 160412