Skip to content

objective c analysis support in codechecker? #2799

Answered by gyorb
lipeng28 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Both the clang static analyzer and clang-tidy can analyze objective c code.
The clang static anlyzer can create plist report files which can be stored by CodeChecker.
For clang-tidy you will have to use the report-converter to convert the tidy output into a format which can be stored into a CodeChecker server.

I'm not sure how the current CodeChecker analyze part which executes the analyzers would work in an objective c build environment, I'm not familiar with that.

I think a solution which could work now is if you can execute the analyzers on your objective c code (convert the reports if needed), than you can store, view, manage the reports on the web UI or generate html reports.

Br,

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by csordasmarton
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2799 on December 15, 2020 14:58.