]> granicus.if.org Git - clang/commit
Allow dllexport alias to base destructors.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Oct 2014 13:34:42 +0000 (13:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Oct 2014 13:34:42 +0000 (13:34 +0000)
commitb831731081688bedc30a68deef22dd555748c02d
treede718a4a24887d4e80ce3e02e388d65259602b65
parent9861783ca27f2d1da27504b93656033dccd5d45e
Allow dllexport alias to base destructors.

We used to avoid these, but it looks like we did so just because we were
not handling dllexport alias correctly.

Dario Domizioli fixed that, so allow these aliases.

Based on a patch by Dario Domizioli!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219206 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
test/CodeGenCXX/dllexport.cpp