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 showcase #4352

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft

Commits on Dec 16, 2023

  1. modernize-use-nullptr

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    53c6baf View commit details
    Browse the repository at this point in the history
  2. modernize-use-override

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c0837bb View commit details
    Browse the repository at this point in the history
  3. modernize-use-bool-literals

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5da3620 View commit details
    Browse the repository at this point in the history
  4. modernize-redundant-void-arg

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e1fc664 View commit details
    Browse the repository at this point in the history
  5. modernize-pass-by-value

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    91291c7 View commit details
    Browse the repository at this point in the history
  6. modernize-deprecated-headers

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    10455b3 View commit details
    Browse the repository at this point in the history
  7. modernize-use-noexcept

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    83197c2 View commit details
    Browse the repository at this point in the history
  8. performance-move-const-arg

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    6b880e3 View commit details
    Browse the repository at this point in the history
  9. performance-unnecessary-copy-initialization

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1b670d4 View commit details
    Browse the repository at this point in the history
  10. readability-container-size-empty

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    972d671 View commit details
    Browse the repository at this point in the history
  11. readability-non-const-parameter

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    7a68877 View commit details
    Browse the repository at this point in the history
  12. readability-const-return-type

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    893380d View commit details
    Browse the repository at this point in the history
  13. readability-inconsistent-declaration-parameter-name

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    03ad192 View commit details
    Browse the repository at this point in the history
  14. readability-make-member-function-const

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    4f12cda View commit details
    Browse the repository at this point in the history
  15. readability-redundant-control-flow

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    fc213de View commit details
    Browse the repository at this point in the history
  16. modernize-use-equals-default

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    0f3fbf5 View commit details
    Browse the repository at this point in the history
  17. misc-definitions-in-headers

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2a36809 View commit details
    Browse the repository at this point in the history
  18. readability-avoid-const-params-in-decls

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5112cf6 View commit details
    Browse the repository at this point in the history
  19. readability-simplify-boolean-expr

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    1bc5cf7 View commit details
    Browse the repository at this point in the history
  20. modernize-loop-convert

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    da4f7c1 View commit details
    Browse the repository at this point in the history
  21. modernize-make-unique

    Kari Argillander committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    cde14b8 View commit details
    Browse the repository at this point in the history