================
Comment at: lib/CodeGen/CGCXX.cpp:289
@@ +288,3 @@
+      dtorType == Dtor_Complete && dtor->getParent()->getNumVBases() == 0)
+    dtorType = Dtor_Base;
+
----------------
Hm, am I right that Dtor_Complete and Dtor_Base should have different fnType in 
the Microsoft ABI ?


http://llvm-reviews.chandlerc.com/D1066
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to