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

RULE-8-13: Address false positive issues #765

Merged
merged 10 commits into from
Oct 22, 2024
Merged

Commits on Oct 20, 2024

  1. Rule 8.13: Handle multiple copies

    If the same code is compiled multiple times, variables may be const
    in one case but non-const in another. Handle this by requiring all
    such copies to be const-able before flagging.
    lcartey committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    cb07855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aacef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4f1160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2976916 View commit details
    Browse the repository at this point in the history
  5. Rule 8.13: Expand ASM test

    lcartey committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    808554e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccb20d5 View commit details
    Browse the repository at this point in the history
  7. Add change note.

    lcartey committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e90a133 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update release note

    lcartey committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3dbdc9c View commit details
    Browse the repository at this point in the history
  2. Update release note.

    lcartey committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a02baeb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    460fb26 View commit details
    Browse the repository at this point in the history