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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to