[PATCH] D15174: [MSVC] Fix for http://llvm.org/PR25636: indexed accessor property not supported correctly.
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 7 00:07:47 PST 2015
rjmccall added a comment.
I don't understand why that's true. buildSet is called with captureSetValueAsResult=true, and the set value is definitely capturable, so that value should be set as the result; and you're not overriding it. Why does the expression end up having type void?
http://reviews.llvm.org/D15174
More information about the cfe-commits
mailing list