[PATCH] D26762: Add a method to obtain this SVal of a method that created given StackFrameCtx

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 12:41:27 PST 2016


NoQ added a comment.

I think this method, unlike https://reviews.llvm.org/D26760, doesn't have the problem with overwriting the location in the top frame, because the location of C++ "this" cannot really be assigned to.


https://reviews.llvm.org/D26762





More information about the cfe-commits mailing list