| commit | 7456a281dde89ca1599967b6a2b4328d9a2592a3 | [log] [tgz] |
|---|---|---|
| author | Dean Michael Berris <dberris@google.com> | Fri Jun 16 03:22:09 2017 +0000 |
| committer | Dean Michael Berris <dberris@google.com> | Fri Jun 16 03:22:09 2017 +0000 |
| tree | 025ade99b5c11e9b2bb4f8fd82b45fed391df9ba | |
| parent | 6e13ff33c89369a959eef627ae4f9acf956490ad [diff] |
[XRay][clang] Support capturing the implicit `this` argument to C++ class member functions 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. Reviewers: rnk, pelikan Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D34052 llvm-svn: 305544