Skip to content

Clang-tidy: additional checks#107

Merged
alan-george-lk merged 4 commits intomainfrom
feature/const-correctness
Apr 23, 2026
Merged

Clang-tidy: additional checks#107
alan-george-lk merged 4 commits intomainfrom
feature/const-correctness

Conversation

@alan-george-lk
Copy link
Copy Markdown
Contributor

@alan-george-lk alan-george-lk commented Apr 22, 2026

Follow on PR from #97 to enable misc-const-correctness check and apply fixes where it makes sense to.

Note that on an entire repo run for this check, there were some areas of the code that required minor refactors to achieve const on the flagged lines. I opted not to touch these areas (not worth risk of changing), and they're not flagged because the cpp-linter is only set to check changed lines.

Copy link
Copy Markdown
Contributor

@stephen-derosa stephen-derosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome thanks for doing this! FMU: with this MR do we expect clang-tidy to return no errors?

@alan-george-lk alan-george-lk merged commit 225e7d0 into main Apr 23, 2026
15 checks passed
@alan-george-lk alan-george-lk deleted the feature/const-correctness branch April 23, 2026 02:33
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.

3 participants