| commit | 7eb06859692c41fef8900b3157838548e67e3078 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Mon Jan 07 23:06:35 2013 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Mon Jan 07 23:06:35 2013 +0000 |
| tree | 63764555a04b9cde682d13da2be873e5b68dc433 | |
| parent | fe958416304929a66616513df326b74c9a831bc1 [diff] |
Extract the instance-method case for debug info out into a separate function. This is in preparation for using this to construct the function type for pointers to member functions to include the implicit/artificial 'this' parameter in that case as well. (feedback from GDB indicates that this might be all that's necessary to get it to behave well with Clang's pointer-to-member function debug output) llvm-svn: 171809