source Insight 结合PC-lint的方法

筅森魡賤 提交于 2019-12-01 15:09:53

    env-si.lnt: The environment file to run PC-lint from within the

    Source Insight Editor.

 

    To set up Source Insight to run PC-lint from a custom command

    do the following:

 

    1)  Select custom commands from the options menu.

 

a)  Enter "PC-lint unit check" as the Name of the new command.

 

        b)  Enter in the run edit box the following:

 

                c:/lint/lint -u -ic:/lint std env-si %f

 

            Where c:/lint is your lint directory.  

 

        c)  Check the following check boxes/radio buttons

 

                Iconic Window

                Capture Output

                Save Files First

                Parse Links in Output

File, then Line

 

        d)  Enter the following expression in the Pattern edit box

 

^/([^ ]*/) /([0-9]+/)

 

   This indicates that Messages are identified by:

   File-name blank line-number

 

    In order to run PC-lint, select from the Options menu the

    Custom Commands.  Then select PC-lint from the Command

    and click on the run button.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!