|
Posted
about 12 years
ago
by
frithjofh
Thanks for the quick answer. The hint on the files size makes sense, I will try it out and try to measure...
By the way: looking at the code it seems that cppcheck always gives back either EXIT_SUCCESS or EXIT_FAILURE as return code, is that correct?
|
|
Posted
about 12 years
ago
by
Daniel Marjamäki
I recommend that you don't put headers in the --file-list. Use #include to include them from your source files - then they will be analysed properly. The order should have no impact on performance as far as I see. I don't know if it makes any real
|
|
Posted
about 12 years
ago
by
frithjofh
Hello Daniel,
I just have a question regarding an feature you added to cppcheck some time ago on request of one of the developers of the code::blocks ide. The feature is the possibility to give a file with a line wise list of the files to be checked
|
|
Posted
about 12 years
ago
by
Daniel Marjamäki
sure
|
|
Posted
about 12 years
ago
by
w-peuker
I read in the wiki about registering an account - May I send you my htpasswd string via e-mail as well?
|
|
Posted
about 12 years
ago
by
Daniel Marjamäki
We had to move trac:
https://sourceforge.net/p/forge/community-docs/Hosted%20Apps%20Retirement/
|
|
Posted
about 12 years
ago
by
w-peuker
Today I tried to file an issue, but I found that my Sourceforge login no longer works on the Cppcheck Trac instance. When and why has this changed?
|
|
Posted
about 12 years
ago
by
w-peuker
the destructor only needs to be virtual if a derived class with a non-empty destructor is deleted using a base class pointer
You are absolutely right. But issues that are (kind of) "prepared" by this argument are at least leaks, sometimes
|
|
Posted
about 12 years
ago
by
Daniel Marjamäki
I especially like the new(?) virtualDestructor check. Why is it inconclusive?
The reason is that the destructor only needs to be virtual if a derived class with a non-empty destructor is deleted using a base class pointer.
This warning is inconclusive because the check does not try to determine if that happens.
|
|
Posted
about 12 years
ago
by
Bassam Abdul-Baki
Minor issues between this version and the previous one. In this version, I had to manually download msvcp120.dll and msvcr120.dll since they were not available on my non-development machine. In addition, the GUI version still will not run and gives
|