Skip to content

C++: Add new queries in 1.23 to legacy suites #2504

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

Merged
merged 2 commits into from
Dec 9, 2019

Conversation

jbj
Copy link
Contributor

@jbj jbj commented Dec 9, 2019

As requested by @lcartey on Slack.

I didn't add JapaneseEraDate.ql since it's not displayed on LGTM by default.

I didn't add `JapaneseEraDate.ql` since it's not displayed on LGTM by
default.
@jbj jbj added the C++ label Dec 9, 2019
@jbj jbj added this to the 1.23 milestone Dec 9, 2019
@jbj jbj requested a review from geoffw0 December 9, 2019 14:40
@jbj jbj requested a review from a team as a code owner December 9, 2019 14:40
@@ -24,6 +24,8 @@
+ semmlecode-cpp-queries/Likely Bugs/Arithmetic/FloatComparison.ql: /Correctness/Common Errors
+ semmlecode-cpp-queries/Likely Bugs/Arithmetic/BitwiseSignCheck.ql: /Correctness/Common Errors
+ semmlecode-cpp-queries/Likely Bugs/Arithmetic/BadAdditionOverflowCheck.ql: /Correctness/Common Errors
+ semmlecode-cpp-queries/Likely Bugs/Arithmetic/SignedOverflowCheck.ql: /Correctness/Common Errors
+ semmlecode-cpp-queries/Likely Bugs/Memory Management/PointerOverflow.ql: /Correctness/Common Errors
Copy link
Contributor

Choose a reason for hiding this comment

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

I think these queries should be in the c suite as well as the cpp suite.

Otherwise 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. Fixed.

Copy link
Contributor

@geoffw0 geoffw0 left a comment

Choose a reason for hiding this comment

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

LGTM.

@geoffw0 geoffw0 merged commit 1c2f369 into github:rc/1.23 Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants