On Thu, Jan 16, 2014 at 2:24 PM, Reid Kleckner <[email protected]> wrote: > > > ================ > Comment at: lib/AST/MicrosoftCXXABI.cpp:176 > @@ -160,7 +175,3 @@ > switch (Inheritance) { > - case MSIM_Unspecified: ++Ints; // VBTableOffset > - case MSIM_Virtual: ++Ints; // VirtualBaseAdjustmentOffset > - case MSIM_MultiplePolymorphic: > - case MSIM_Multiple: ++Ints; // NonVirtualBaseAdjustment > - case MSIM_SinglePolymorphic: > - case MSIM_Single: break; // Nothing > + case MSInheritanceAttr::Keyword___unspecified_inheritance: > + ++Ints; // VBTableOffset > ---------------- > Oh, I mentioned on IRC that these names are reserved. We should fix it in > the tablegen attribute stuff eventually.
That should be resolved with r199414, good catch! ~Aaron _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
