]> granicus.if.org Git - clang/commit
PR5483: Generate missing form of destructor when it is virtual. (Someone
authorEli Friedman <eli.friedman@gmail.com>
Sat, 14 Nov 2009 04:19:37 +0000 (04:19 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 14 Nov 2009 04:19:37 +0000 (04:19 +0000)
commitea9a20834cf9311fdf758cfbd73b8daa8e655f15
tree514dc451dfd1c3053eff0ce5376acf6774f02ef1
parent49e2b8e2e5d096851b5135ea5aed222e8aa95bde
PR5483: Generate missing form of destructor when it is virtual.  (Someone
more familiar with this stuff should double-check that there isn't some more
general rule; this is purely from inspecting g++ output.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88755 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
test/CodeGenCXX/virt-dtor-gen.cpp [new file with mode: 0644]