]> granicus.if.org Git - clang/commit
[CodeView] Improve debugging of virtual base class member variables
authorBrock Wyma <brock.wyma@intel.com>
Mon, 14 May 2018 21:21:22 +0000 (21:21 +0000)
committerBrock Wyma <brock.wyma@intel.com>
Mon, 14 May 2018 21:21:22 +0000 (21:21 +0000)
commit1ac7096910e64188a46c53f31f13321354609bbf
tree57cad599e785eec257c578920881a14c28577da9
parent32f603c58965543e256fdf8c3cb6eaceec2974da
[CodeView] Improve debugging of virtual base class member variables

Initial support for passing the virtual base pointer offset to CodeViewDebug.

https://reviews.llvm.org/D46271

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