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

[WIP] Clang tidy fixes #26

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    f344cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1d2f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972be9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b16abe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    750cd87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9512632 View commit details
    Browse the repository at this point in the history
  7. run-clang-tidy-14 -header-filter='.*' -checks='-*,modernize-return-br…

    …aced-init-list' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    336f952 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    349e58e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    179ecda View commit details
    Browse the repository at this point in the history
  10. run-clang-tidy-14 -header-filter='.*' -checks='-*,modernize-use-defau…

    …lt-member-init' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    31eb1ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    401ba08 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28fc767 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e32564a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4fb9385 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3dfd4a8 View commit details
    Browse the repository at this point in the history
  16. run-clang-tidy-14 -header-filter='.*' -checks='-*,modernize-use-trail…

    …ing-return-type' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    d8e85e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d24047e View commit details
    Browse the repository at this point in the history
  18. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-braces-…

    …around-statements' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    c779dfe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    00d8402 View commit details
    Browse the repository at this point in the history
  20. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-convert…

    …-member-functions-to-static' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2bcce15 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ad21807 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a357987 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e191cfc View commit details
    Browse the repository at this point in the history
  24. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-implici…

    …t-bool-conversion' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0d6d563 View commit details
    Browse the repository at this point in the history
  25. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-inconsi…

    …stent-declaration-parameter-name' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4b9ff66 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c1446da View commit details
    Browse the repository at this point in the history
  27. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-make-me…

    …mber-function-const' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    064d0a7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5097c14 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d210633 View commit details
    Browse the repository at this point in the history
  30. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-redunda…

    …nt-access-specifiers' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    22c4976 View commit details
    Browse the repository at this point in the history
  31. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-redunda…

    …nt-member-init' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    316863f View commit details
    Browse the repository at this point in the history
  32. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-redunda…

    …nt-string-init' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    af05228 View commit details
    Browse the repository at this point in the history
  33. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-static-…

    …accessed-through-instance' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    86cbbeb View commit details
    Browse the repository at this point in the history
  34. run-clang-tidy-14 -header-filter='.*' -checks='-*,readability-upperca…

    …se-literal-suffix' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    f5e2b87 View commit details
    Browse the repository at this point in the history
  35. run-clang-tidy-14 -header-filter='.*' -checks='-*,bugprone-implicit-w…

    …idening-of-multiplication-result' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    aa0b538 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8822210 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e4eb0d1 View commit details
    Browse the repository at this point in the history
  38. run-clang-tidy-14 -header-filter='.*' -checks='-*,cppcoreguidelines-p…

    …ro-type-member-init' -fix
    jtxa committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    98055fc View commit details
    Browse the repository at this point in the history