www.digitalmars.com         C & C++   DMDScript  

c++ - digital mars C++ lint utility?

reply "Yochanan Spielberg" <yochanan bigfoot.com> writes:
                                                          bs"d
Hi,

Does Digital Mars have a 'lint' utility that works with C++ code?

Thanks.
Oct 12 2001
parent reply "Walter" <walter digitalmars.com> writes:
No. But I imagine there's probably a free one out there somewhere. If you
find one, let us know! -Walter

Yochanan Spielberg wrote in message <9q6ai3$1ofg$1 digitaldaemon.com>...
                                                          bs"d
Hi,

Does Digital Mars have a 'lint' utility that works with C++ code?

Thanks.
Oct 12 2001
parent reply "Yochanan Spielberg" <yochanan bigfoot.com> writes:
So far I've found that PC-Lint claims to work on C++ code, but it isn't free
(around $160- $200).
The basic Linux installation also claims to work with C++ code, but not on a
Win32 system.

"Walter" <walter digitalmars.com> wrote in message
news:9q6cgb$1plv$1 digitaldaemon.com...
 No. But I imagine there's probably a free one out there somewhere. If you
 find one, let us know! -Walter

 Yochanan Spielberg wrote in message <9q6ai3$1ofg$1 digitaldaemon.com>...
                                                          bs"d
Hi,

Does Digital Mars have a 'lint' utility that works with C++ code?

Thanks.
Oct 14 2001
parent reply "Walter" <walter digitalmars.com> writes:
Hmm. I'm surprised there isn't a free one. -Walter

Yochanan Spielberg wrote in message <9qbfkn$1jg4$1 digitaldaemon.com>...
So far I've found that PC-Lint claims to work on C++ code, but it isn't
free
(around $160- $200).
The basic Linux installation also claims to work with C++ code, but not on
a
Win32 system.

"Walter" <walter digitalmars.com> wrote in message
news:9q6cgb$1plv$1 digitaldaemon.com...
 No. But I imagine there's probably a free one out there somewhere. If you
 find one, let us know! -Walter

 Yochanan Spielberg wrote in message <9q6ai3$1ofg$1 digitaldaemon.com>...
                                                          bs"d
Hi,

Does Digital Mars have a 'lint' utility that works with C++ code?

Thanks.
Oct 14 2001
parent reply "Mark" <cotemark globetrotter.net> writes:
LCLint is free: http://lclint.cs.virginia.edu/

but works with C only ( not C++ )

Mark
Oct 14 2001
parent reply "Walter" <walter digitalmars.com> writes:
Thanks!

Mark wrote in message <9qcau3$21a9$1 digitaldaemon.com>...
LCLint is free: http://lclint.cs.virginia.edu/

but works with C only ( not C++ )

Mark
Oct 14 2001
parent Damian <damiandixon netscape.net> writes:
This is not a free one... but not too costly ~$239, given the usual 
costs of such commercial tools... The other tool I use costs us 
thousands but it does metrics as well as being a lot more configurable.

http://www.gimpel.com/

The tool would need to be configured for the DMC++ compiler but this is 
not too difficult to do (having done it for a different compiler).

Regards
Damian


Walter wrote:

 Thanks!
 
 Mark wrote in message <9qcau3$21a9$1 digitaldaemon.com>...
 
LCLint is free: http://lclint.cs.virginia.edu/

but works with C only ( not C++ )

Mark
Oct 17 2001