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

[NFC] Apply small clang-tidy fixes #5709

Merged
merged 2 commits into from
Nov 12, 2024
Merged

[NFC] Apply small clang-tidy fixes #5709

merged 2 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. [NFC] Apply small clang-tidy fixes

    - const for passed-by-value has no effect on prototypes.
    - transitive includes.
    - dead stores
    - uses after move
    
    Signed-off-by: Nathan Gauër <[email protected]>
    Keenuts committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3a13688 View commit details
    Browse the repository at this point in the history
  2. pr-feedback

    Signed-off-by: Nathan Gauër <[email protected]>
    Keenuts committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dcccd44 View commit details
    Browse the repository at this point in the history