Thread overview
digital mars C++ lint utility?
Oct 12, 2001
Yochanan Spielberg
Oct 12, 2001
Walter
Oct 14, 2001
Yochanan Spielberg
Oct 14, 2001
Walter
Oct 14, 2001
Mark
Oct 14, 2001
Walter
Oct 17, 2001
Damian
October 12, 2001
                                                          bs"d
Hi,

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

Thanks.


October 12, 2001
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.
>
>


October 14, 2001
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.
> >
> >
>
>


October 14, 2001
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.
>> >
>> >
>>
>>
>
>


October 14, 2001
LCLint is free: http://lclint.cs.virginia.edu/

but works with C only ( not C++ )

Mark


October 14, 2001
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
>
>


October 17, 2001
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
>>
>>
>>
> 
>