Skip to content

Enable clang tidy portability warnings - #91

Merged
ninotarantino merged 5 commits into
mainfrom
enable-clang-tidy-portability-warnings
Sep 1, 2026
Merged

Enable clang tidy portability warnings#91
ninotarantino merged 5 commits into
mainfrom
enable-clang-tidy-portability-warnings

Conversation

@ninotarantino

@ninotarantino ninotarantino commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Enable various clang-tidy checks:

  • portability-*: no issues found
  • some google-* warnings: no issues found
  • some cppcoreguidelines warnings: fixed issues where some members of structs/classes weren't being initialized in the constructor.
    • Also removed some redundant calls like jeod::Vector3::initialize() or jeod::Matrix3x3::identity() in constructors.
    • When we address the modernize-use-default-member-init as part of Enable clang-tidy modernization warnings #64 some of these constructors will be converted into a simple Constructor() = default;.

@ninotarantino
ninotarantino marked this pull request as ready for review August 31, 2026 19:09
@ninotarantino
ninotarantino requested a review from a team August 31, 2026 19:09
@coveralls

coveralls commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 89.43% (-0.04%) from 89.465% — enable-clang-tidy-portability-warnings into main

@ninotarantino
ninotarantino merged commit 50664fb into main Sep 1, 2026
6 checks passed
@ninotarantino
ninotarantino deleted the enable-clang-tidy-portability-warnings branch September 1, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants