I am trying to configure the clang parser on the hudson build server, and if I follow the tips in this blog post I got the following errors:
cc1obj: error: unrecognized command line option "-fdiagnostics-print-source-range-info"
cc1obj: warnings being treated as errors
cc1obj: warning: -Wuninitialized is not supported without -O
Command /usr/local/bin/libexec/ccc-analyzer failed with exit code 1
Command /usr/local/bin/libexec/ccc-analyzer failed with exit code 1
and if I pass the parameter RUN_CLANG_STATIC_ANALYZERto xcodebuild(without use scan-build), it generates some plist files to me, but I don’t know how to present these files to the user, because I expect HTML output.
Anyone succeed in doing this?
source
share