How to run lint in the Sun Studio 12 IDE
I'm a newbie to the Sun Studio IDE, and I can't find a way to run lint in the IDE. The C compiler does not give many warnings (unused variables, etc), and lint does, so I want to get the lint diagnostics within the IDE.
I can run lint from a terminal, but that is very cumbersome when you have many source files.
Thanks

