]> granicus.if.org Git - clang/commit
Fix the test I broke, and also fix a crash when declaring a virtual destructor. Add...
authorAnders Carlsson <andersca@mac.com>
Tue, 26 Jan 2010 05:19:50 +0000 (05:19 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 26 Jan 2010 05:19:50 +0000 (05:19 +0000)
commit4433f1cf8a2704395e509d020d8f79da4e273458
treeab170c8038b587bf096d624e25585f61fe1621c2
parentd6f9a0d14b47e7ea9739623544d967682f41b86d
Fix the test I broke, and also fix a crash when declaring a virtual destructor. Add debug info support for pure virtual member functions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94519 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
test/CodeGenCXX/PR4890-debug-info-dtor.cpp [deleted file]
test/CodeGenCXX/debug-info.cpp