I filed a bug for that several months ago: https://bugzilla.mozilla.org/show_bug.cgi?id=1186706
Not sure why it gets stuck there. But it seems to me there was an issue that in many places in IPDL generated code, there is pattern like "DoSomething(mozilla::Move(foo), mozilla::Move(foo))", which could the analyser. - Xidorn On Thu, Apr 28, 2016 at 7:29 AM, Kyle Huey <m...@kylehuey.com> wrote: > Can we catch this pattern with a compiler somehow? > > Foo foo; > foo.x = thing; > DoBar(mozilla::Move(foo)); > if (foo.x) { /* do stuff */ } > > - Kyle > _______________________________________________ > dev-platform mailing list > dev-platform@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-platform > _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform