NoQ added a comment.

I suspect that with https://reviews.llvm.org/rC338135 your operator 
this-argument re-assignment mechanism is no longer necessary. Due to the 
combination of support for materializing temporaries that i added previously 
and the change in the AST that turns the operator this-argument into a simple 
temporary, i believe that the memory region should no longer change and you 
don't need to move your metadata. Could you check this?


https://reviews.llvm.org/D32747



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

Reply via email to