This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a free substitute for Flexilint?


On 3/1/07, Christian Convey <christian.convey@gmail.com> wrote:
Thanks. So your basic point is use "-Wall", and filter as needed?

-Wall doesn't get you everything.  You'll likely want -Wextra and some
specialty ones too.

If so, do you have any sense of how big the gap is between that
approach and what FlexiLint does for me? (I realize this is a hard
thing to quantify.)

I've usually been fairly impressed with GCC's warnings, but afaik it
doesn't do much looking for stylistic things.  Of course, the
existance of -Weffc++ suggests that it might be there if you find the
right argument, so you might be pleasantly surprised.

YYMV,
Scott McMurray


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]