-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cpp Core Check #627
base: develop
Are you sure you want to change the base?
Cpp Core Check #627
Conversation
This pull request introduces 1 alert when merging 2321845 into f4c5ea9 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 25210ce into f4c5ea9 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging a5e5abe into a0cb0ff - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 1fd1714 into e444f55 - view on LGTM.com new alerts:
|
include/internal/iutest_file.hpp
Outdated
{ | ||
IUTEST_IGNORE_EXCEPTION_BEGIN() | ||
{ | ||
Close(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Clang-Tidy] Call to virtual method 'StdioFile::Close' during destruction bypasses virtual dispatch (view)
Rule | Severity |
---|---|
clang-analyzer-optin.cplusplus.VirtualCall |
warning |
You can close this issue if no need to fix it. Learn more.
TestEnv::event_listeners().set_default_xml_generator(NULL); | ||
IUTEST_IGNORE_EXCEPTION_BEGIN() | ||
{ | ||
FileClose(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Clang-Tidy] Call to virtual method 'DefaultXmlGeneratorListener::FileClose' during destruction bypasses virtual dispatch (view)
Rule | Severity |
---|---|
clang-analyzer-optin.cplusplus.VirtualCall |
warning |
You can close this issue if no need to fix it. Learn more.
This pull request introduces 1 alert when merging 065f8a9 into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging fd0b7b6 into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 28b9d8b into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 3d4e800 into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 040a078 into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging fa06eb6 into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging b18bed4 into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 6ca5cc2 into e56ae1a - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging aeca0fb into e56ae1a - view on LGTM.com new alerts:
|
C++ Core Guidelines checkers