]> granicus.if.org Git - clang/commit
Extract the instance-method case for debug info out into a separate function.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 7 Jan 2013 23:06:35 +0000 (23:06 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 7 Jan 2013 23:06:35 +0000 (23:06 +0000)
commit9c78f9bddc42dbdeb05a7183b4770d33b0bda7d3
tree6e9ff856430ff7fa0ddefbfbc8ffbdbf3e9f37d8
parent3c4e481a7c6ddfc577923f85c3fcf43ba9add664
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)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171809 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h