On 14.06.2011, at 22:00, Chandler Carruth wrote: > On Tue, Jun 14, 2011 at 9:50 PM, Nico Weber <[email protected]> wrote: > -// RUN: %clang_cc1 -fsyntax-only -verify %s > +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-sizeof-array-argument %s > > Why not just fold the tests array-based warnings on bad sizeof into this > test, and mark them appropriately? The seem closely related anyways...
Dunno, one of them is sizeof a function parameter, the other is memset/memcpy used with a sizeof, which doesn't seem that similar to me. I don't feel very strongly either way though. Nico _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
