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

Removing cppcoreguidelines-virtual-class-destructor from the profiles #3494

Merged
merged 1 commit into from
Nov 12, 2021

Conversation

dkrupp
Copy link
Member

@dkrupp dkrupp commented Nov 12, 2021

cppcoreguidelines-virtual-class-destructor is unstable,
so removing it from the profiles

Copy link
Contributor

@csordasmarton csordasmarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

cppcoreguidelines-virtual-class-destructor is unstable,
so removing it from the profiles.
And adding back bugprone-exception-escape to the profiles
as it was removed by mistake.
@csordasmarton csordasmarton merged commit 153b0e0 into Ericsson:master Nov 12, 2021
@whisperity
Copy link
Contributor

@steakhal, have you landed the fix about the crashes, macros, etc. involved in this check? In that case, perhaps it could be re-added to the config?

@steakhal
Copy link
Contributor

Oh sure. They landed on this Monday. I'll do something about it tomorrow.

steakhal pushed a commit to steakhal/codechecker that referenced this pull request Nov 30, 2021
This patch partially reverts Ericsson#3494

The llvm/llvm-project@0685e83
fixed the issue about the
cppcoreguidelines-virtual-base-class-destructor checker, so we can
safely include this in the intended profiles.
csordasmarton pushed a commit that referenced this pull request Dec 9, 2021
This patch partially reverts #3494

The llvm/llvm-project@0685e83
fixed the issue about the
cppcoreguidelines-virtual-base-class-destructor checker, so we can
safely include this in the intended profiles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants