您好我发现this非常有用的帖子,他描述了如何实现扫描构建一个更好的分析工具,然后是一个xcode附带。
这些是开始使用的说明:
1. Download scan-build
2. Just unpack it into any directory and add that directory to your PATH
3. Open a Terminal and cd to your project’s root directory
4. Run scan-build and view results
但我不明白第二点“将该目录添加到PATH”是什么意思 我该怎么做?
感谢您的帮助
答案 0 :(得分:0)
export PATH=${PATH}:/folder/where/you/downloaded/the/analyser
顺便提一下,scan-build是Xcode附带的相同的分析器。