Tool Output for PC Lint
Posted: Fri Apr 08, 2016 12:01 pm
Hi,
I need a bit of help with parsing the Tool Output Window. The output is of the form:
EDC.c 569 81 LINT> Warning 571: Suspicious cast
ie. filename row col Rest of line information message.
Using TextPad 7.4 and the following regular expression:
^\(.+\)\s*\(\d+\)\s*\(\d+\).+\n
Had a look through the forums but cannot get it to work (found a post from me saying how to do it but it no longer works). Should it contain the full path? The working folder is where the files are.
I need a bit of help with parsing the Tool Output Window. The output is of the form:
EDC.c 569 81 LINT> Warning 571: Suspicious cast
ie. filename row col Rest of line information message.
Using TextPad 7.4 and the following regular expression:
^\(.+\)\s*\(\d+\)\s*\(\d+\).+\n
Had a look through the forums but cannot get it to work (found a post from me saying how to do it but it no longer works). Should it contain the full path? The working folder is where the files are.