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

Support CppCheck V1.90 #1778

Closed
guwirth opened this issue Jan 2, 2020 · 1 comment · Fixed by #1783
Closed

Support CppCheck V1.90 #1778

guwirth opened this issue Jan 2, 2020 · 1 comment · Fixed by #1783
Assignees
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Jan 2, 2020

Support latest version of CppCheck V1.90:
https://sourceforge.net/p/cppcheck/news/2019/12/cppcheck-190/

@guwirth guwirth added this to the 1.3.2 milestone Jan 2, 2020
@guwirth
Copy link
Collaborator Author

guwirth commented Jan 2, 2020

In our code base we also get:

'cppcheck:comparePointers' does not exist.
'cppcheck:duplicateConditionalAssign' does not exist.
'cppcheck:internalAstError' does not exist.
'cppcheck:lstrlenACalled' does not exist.
'cppcheck:lstrlenCalled' does not exist.
'cppcheck:lstrlenWCalled' does not exist.
'cppcheck:noValidConfiguration' does not exist.
'cppcheck:objectIndex' does not exist.
'cppcheck:stlFindInsert' does not exist.
'cppcheck:uninitMemberVarPrivate' does not exist.
'cppcheck:unknownMacro' does not exist.

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

Successfully merging a pull request may close this issue.

1 participant