[cfe-commits] [patch][Windows] Fix 13761.
John McCall
rjmccall at apple.com
Wed Sep 12 09:19:54 PDT 2012
On Sep 12, 2012, at 3:51 AM, r4start wrote:
> This patch is fix for this bug http://llvm.org/bugs/show_bug.cgi?id=13761.
+ static bool NeedThisReturn(GlobalDecl GD);
Please name this 'needsThisReturn'.
Also, please leave the FIXMEs about "is base" in place; those are still
applicable (the flag is passed to constructors and destructors of classes
with virtual bases).
Otherwise this looks fine. I can't remember if you can commit.
John.
More information about the cfe-commits
mailing list