Sunday 15 August 2010

objective c - Clang static analyzer output in xml format -


Is it possible to obtain output in XML format from the clan scan-build analyzer? Currently the following command generates output in the HTML format to look in the WebBrover.

  Scan-Build xcodebuild -configuration Debug-SDK IFHomacilator   

CppCheck XML Format. I need to parse the results in the same format as CppCheck. But I can not use CPFEx on macros. What I'm trying to achieve is that the gold C ++ plugin has feed results so that I can use the ObjectCC project Create a dashboard (continuous integration) report. Sonar C ++ plugin uses CppCheck to perform static analysis of the code.

Any input will be highly appreciated.

running scan-build --help show: -plist - The output of scan-build by default is a set of HTML files This option results. Plist shows as a set of files.

No comments:

Post a Comment