-
Notifications
You must be signed in to change notification settings - Fork 60
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
Exclude pointer assign from bitwise assign #390
Commits on Oct 4, 2023
-
M5-0-20: Exclude pointer assign from bitwise assign
This query was erroneously reporting pointer assign as a bitwise assign operator.
Configuration menu - View commit details
-
Copy full SHA for 9efce94 - Browse repository at this point
Copy the full SHA 9efce94View commit details -
Remove deceptive uses of AssignBitwiseOperator
AssignBitwiseOperator erroneously includes pointer += and -=.
Configuration menu - View commit details
-
Copy full SHA for 9dfe737 - Browse repository at this point
Copy the full SHA 9dfe737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5a62f - Browse repository at this point
Copy the full SHA 6c5a62fView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc5a174 - Browse repository at this point
Copy the full SHA fc5a174View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5edce5 - Browse repository at this point
Copy the full SHA d5edce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2218b3f - Browse repository at this point
Copy the full SHA 2218b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753cc4f - Browse repository at this point
Copy the full SHA 753cc4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ba04c - Browse repository at this point
Copy the full SHA b6ba04cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 983cd8c - Browse repository at this point
Copy the full SHA 983cd8cView commit details
Commits on Nov 10, 2023
-
Merge pull request #426 from rvermeulen/rvermeulen/m5-0-20-pointers-a…
…lert-update Include the names of the types that are different in the alert
Configuration menu - View commit details
-
Copy full SHA for 7d00a59 - Browse repository at this point
Copy the full SHA 7d00a59View commit details -
Merge pull request #427 from rvermeulen/rvermeulen/m5-0-20-use-misra-…
…underlyingtype Use Misra's underlying type
Configuration menu - View commit details
-
Copy full SHA for d11f73a - Browse repository at this point
Copy the full SHA d11f73aView commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a5d495 - Browse repository at this point
Copy the full SHA 7a5d495View commit details -
Configuration menu - View commit details
-
Copy full SHA for f782538 - Browse repository at this point
Copy the full SHA f782538View commit details