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

M6-5-5: Improve detection of modification by reference #425

Merged
merged 7 commits into from
Feb 22, 2024

Commits on Nov 8, 2023

  1. M6-5-5: Improve detection of modification by reference

     - No longer consider the taking of a const reference as a modification.
     - Consider taking a non-const reference of a potential loop counter as
       modifying that loop counter.
     - Update tests to reflect changes.
    lcartey committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ac3feff View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

Commits on Jan 16, 2024

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    88c6df0 View commit details
    Browse the repository at this point in the history
  2. Update change_notes/2023-11-05-m6-5-5-const-refs.md

    Co-authored-by: Remco Vermeulen <[email protected]>
    lcartey and rvermeulen authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    99a94bc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Add explanatory comment

    lcartey committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c9ce9b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d135c26 View commit details
    Browse the repository at this point in the history