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

Add new checker profile: portability #1710

Merged
merged 1 commit into from
Aug 31, 2018

Conversation

gamesh411
Copy link
Collaborator

Introduce a new checker profile, which is used to group checkers detecting platform specific issues.

@csordasmarton csordasmarton added this to the release 6.8 milestone Aug 13, 2018
@csordasmarton csordasmarton added enhancement 🌟 analyzer 📈 Related to the analyze commands (analysis driver) labels Aug 13, 2018
@gyorb gyorb requested review from csordasmarton and gyorb August 13, 2018 13:47
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.

@@ -12,7 +12,8 @@
"available_profiles": {
"default" : "High-quality standard checks with a low false positive rate.",
"sensitive" : "Default checks + more comprehensive checks with a low false positive rate.",
"extreme" : "Sensitive checks + more comprehensive checks with a manageable false positive rate."
"extreme" : "Sensitive checks + more comprehensive checks with a manageable false positive rate.",
"portability" : "Checks that aim to detect code issues emerging from platform differences."
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to highlight in the description that we mean 32bit/64bit platform differences?

Copy link
Contributor

Choose a reason for hiding this comment

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

We should add further bit shift checkers and related compiler warnings which could help.

@gamesh411 gamesh411 force-pushed the portability-profile branch 4 times, most recently from e1cf655 to ad25403 Compare August 17, 2018 15:25
@gamesh411 gamesh411 force-pushed the portability-profile branch from ad25403 to 9b8bfa3 Compare August 17, 2018 15:27
@gyorb gyorb merged commit 1ae19a4 into Ericsson:master Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) enhancement 🌟
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants