Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Plugin for cppcheck
oBFusCATed:
killerbot: can I ask for two features in the CppCheck plugin:
1. I have a quad core and want to set the number of cores that cppcheck will use. This can be done with: "cppcheck -j n"
2. I've talked to cppcheck's devs and they've said that if cppcheck doesn't know some class/struct/type it ignores all usages of this type. Their advice was to use the -I option to replicate the project's (and compiler's) include dirs? Can you implement such mechanism?
killerbot:
good ideas.
I think I already add the include directories of the project.
oBFusCATed:
If this are the executed commands:
--- Code: ---cppcheck --version
Cppcheck 1.41
cppcheck --verbose --all --style --xml --file-list=CppCheckInput.txt
--- End code ---
There are no -I options...
gku:
[push]
Is the -I switch still on any todo list?
I have some extra include dirs making troubles without the -I support.
I know, I know... I only use the forum when I have troubles - and never to give positive feedback :D
killerbot:
I completely forgot about that, thanks for reminding :-)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version