This is an archive of the discontinued LLVM Phabricator instance.

Support capturing the implicit `this` argument to C++ class member functions
AbandonedPublic

Authored by dberris on Jun 9 2017, 5:10 AM.

Details

Reviewers
rnk
pelikan
Summary

Before this change, we couldn't capture the this pointer that's
implicitly the first argument of class member functions. There are some
interesting things we can do with capturing even just this single
argument for zero-argument member functions.

Event Timeline

dberris abandoned this revision.Jun 9 2017, 5:13 AM
dberris edited subscribers, added: cfe-commits; removed: llvm-commits.

Fail... it's been a while since I've done this. Will try again.