LGTM
There's not much context in the diff, but we might have more comments that
talk about a boolean parameter that need fixing.
================
Comment at: lib/CodeGen/MicrosoftCXXABI.cpp:442
@@ -441,2 +441,3 @@
if (Type == Dtor_Deleting) {
// The scalar deleting destructor takes an implicit bool parameter.
+ ArgTys.push_back(CGM.getContext().IntTy);
----------------
You should fix the comment, maybe to say an "implicit bitfield parameter".
http://llvm-reviews.chandlerc.com/D1514
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits