Taras Glek wrote: > Thanks for the testcase. Filed bug > https://bugzilla.mozilla.org/show_bug.cgi?id=444617 > > Taras > > Philip Taylor wrote: > >> I've been playing around with Dehydra a bit, and wanted to make it >> warn whenever a copy constructor is used for a function call argument. >> So I have C++ code like: >> >> <snip> >> It only finds the first f(a), because in the last two cases Dehydra >> appears to skip the arguments to f (according to the "Fcall f(t) with >> 0 args" lines). Is that a bug in Dehydra, or a feature, or am I just >> using it wrong? >> _______________ Took me a little too long to find that the primary bug where there was an incorrect constant introduced during the mac port. This and another bugfix to skip "this" from function arguments (like in other cases) seem to make this work as you want. Please try the patch in the bug.
I really appreciate the testcase. Taras _______________________________________________ Dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
