Any way to pass arguments to clang #272
Unanswered
DiRaltvein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have just recently discovered ikos tool and am actively trying to use it on real projects. My main concern is that the projects have too many errors that leads to
fatal error: too many errors emitted, stopping now [-ferror-limit=]'
message from clang (probably). Command that I run isikos -f text --rm-db -a='*' --entry-points=pacparser_find_proxy -I/mnt/a/master/projects/pacparser/src/spidermonkey/js/src /mnt/a/master/projects/pacparser/src/pacparser.c
As can be seen I have installed ikos to WSL and am trying to analyze a project called pacparser. I do not want to analyze whole project but only 1 file and even only 1 function pacparser_find_proxy, but I can not analyze it because of the error limit. Is there any way I can pass -ferror-limit=0 flag to clang to show all the errors there are?
Beta Was this translation helpful? Give feedback.
All reactions