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

Exclude pointer assign from bitwise assign #390

Merged
merged 13 commits into from
Nov 22, 2023
Merged

Commits on Oct 4, 2023

  1. M5-0-20: Exclude pointer assign from bitwise assign

    This query was erroneously reporting pointer assign as a bitwise assign
    operator.
    lcartey committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9efce94 View commit details
    Browse the repository at this point in the history
  2. Remove deceptive uses of AssignBitwiseOperator

    AssignBitwiseOperator erroneously includes pointer += and -=.
    lcartey committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9dfe737 View commit details
    Browse the repository at this point in the history
  3. Fix formatting.

    lcartey committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6c5a62f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    fc5a174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5edce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2218b3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753cc4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6ba04c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    983cd8c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. 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
    lcartey authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7d00a59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #427 from rvermeulen/rvermeulen/m5-0-20-use-misra-…

    …underlyingtype
    
    Use Misra's underlying type
    lcartey authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d11f73a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    7a5d495 View commit details
    Browse the repository at this point in the history
  2. Reformat file

    lcartey committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f782538 View commit details
    Browse the repository at this point in the history