www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

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

↑ ↓ ← "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
↑ ↓ "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
↑ ↓ "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
↑ ↓ "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

(around $160- $200).
The basic Linux installation also claims to work with C++ code, but not on

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
↑ ↓ "Mark" <cotemark globetrotter.net> writes:
LCLint is free: http://lclint.cs.virginia.edu/

but works with C only ( not C++ )

Mark
Oct 14 2001
↑ ↓ "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
↑ ↓ → 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