| commit | a57a66e8d02d30c8b2fe5db85d4de52f22c66646 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Feb 08 02:14:35 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Feb 08 02:14:35 2011 +0000 |
| tree | d304b6b2dfabd49fb34f7a04360b0fb9ad711122 | |
| parent | bec0285d7fb33b68042a59bcf9277500a3261052 [diff] |
Sema::MaybeBindToTemporary() shouldn't treat any expression returning a glvalue as a temporary. Previously, we were enumerating all of the cases that coul return glvalues and might be called with Sema::MaybeBindToTemporary(), but that was gross and we missed the Objective-C property reference case. llvm-svn: 125070