I saw one here posting the output of a lint tool in a thread, and that made
me wonder whether using such tools are still useful.
I mean, modern compilers are lint tools themselves, the list of warnings GCC
can produce is almost endless for example. I heard that lint was used in the
past mainly because C compilers provided only minimal sanity checks back
then.
Do you use a lint tool? If yes, which one?
me wonder whether using such tools are still useful.
I mean, modern compilers are lint tools themselves, the list of warnings GCC
can produce is almost endless for example. I heard that lint was used in the
past mainly because C compilers provided only minimal sanity checks back
then.
Do you use a lint tool? If yes, which one?
Comment