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

clang-tidy fixes #13776

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

clang-tidy fixes #13776

wants to merge 3 commits into from

Commits on Jun 5, 2024

  1. clang-tidy: use const ref in range loops

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    288f4f8 View commit details
    Browse the repository at this point in the history
  2. clang-tidy: use find with ''

    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    96b48ed View commit details
    Browse the repository at this point in the history
  3. fix memory leak

    parameter is not passed by value but by reference. Treat it that way.
    
    Signed-off-by: Rosen Penev <[email protected]>
    neheb committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e22cac1 View commit details
    Browse the repository at this point in the history