Skip to content
Commit a57a66e8 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent bec0285d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment