[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
Thu Dec 3 09:18:52 PST 2015


rjmccall added a comment.

Hmm.  I think a better approach would be for buildAssignmentOperation to do this; but before we figure out how to do that, we should make sure of the language semantics we're implementing.  Are the semantics that the result of an assignment is always the result of the Put operation, or, if that's void, should the result be the assigned value?  And what should happen with pre-increment and post-increment?


http://reviews.llvm.org/D15174





More information about the cfe-commits mailing list