Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clang Static Analyzer #8

Open
andrewsardone opened this issue Mar 15, 2013 · 0 comments
Open

Clang Static Analyzer #8

andrewsardone opened this issue Mar 15, 2013 · 0 comments

Comments

@andrewsardone
Copy link

Is there any interest in adding a task or configuration to build with Clang's Static Analyzer? If so, I'd be interested in getting a handle on what would be required.

I recently hacked an analyze task into the xcode namespace on a project. It required an installation of clang's scan-build, and it simply shelled out to xcodebuild manually. It is handy tool – scan-build produces html or plist-based reports from the analysis.

It seems to me like the implementation would involve an xcode:analyze task that could prefix the command in xcode_build.rb with scan-build (the installation being set via an environment variable).

It's a crude implementation, but no matter what I think the task would be a nice addition. Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant