]> granicus.if.org Git - clang/commit
PR14759: Improve/correct support for debug info for C++ member pointers.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 7 Jan 2013 05:55:03 +0000 (05:55 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 7 Jan 2013 05:55:03 +0000 (05:55 +0000)
commit0028ee3dd32c5e3b089c0ef176b97ebcdd2c4cf6
tree27c280f3970f23f2fad2332a0876f9b0454b8f85
parentd938e87458f18ffe4314936c5ab985b6b232c31f
PR14759: Improve/correct support for debug info for C++ member pointers.

Using added LLVM functionality in r171698. This works in GDB for member
variable pointers but not member function pointers. See the LLVM commit and
GDB bug 14998 for details.

Un-xfailing cases in the GDB 7.5 test suite will follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171699 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-method.cpp