On Jul 2, 2012, at 13:46 , David Blaikie <[email protected]> wrote:
> On Mon, Jul 2, 2012 at 12:28 PM, Jordan Rose <[email protected]> wrote: >> // FIXME: Remove this once everything is converted to use ObjCMethodCall. >> - operator ObjCMessage() const { >> - return ObjCMessage(getOriginExpr(), PropE, isSetter()); > > This change rendered the PropE member unused & breaks the -Werror > clang build (due to -Wunused-private-field). I've removed the member > (& then unused ctor parameter, and then unused local variable at the > ctor call site) in r159581. Feel free to re-add it & use it in > whatever way you see fit if this wasn't the right solution. > > Thanks, > - David Oops, thanks. Interesting that we didn't have a need for it now. We probably still want it there even if it's currently unused, though, rather than having to go back and add it later when one of our checkers needs it. I'll add an accessor. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
