Skip to content

Conversation

@pauldreik
Copy link
Collaborator

@pauldreik pauldreik commented Jan 8, 2026

This fixes #903

as a bonus, this uncovered a mistake in the feature macros!

added this option to .clang-tidy first:
CheckOptions:
  modernize-use-override.AllowOverrideAndFinal: 'true'

then copied compile_commands.json to the local dir

then ran:
clang-tidy-19 --checks=modernize-use-override --fix
-header-filter=.* /path/to/simdutf/src/simdutf.cpp
@pauldreik pauldreik marked this pull request as ready for review January 8, 2026 20:21
@pauldreik pauldreik changed the title ensure using the override keyword everywhere ensure the override keyword is used everywhere Jan 8, 2026
@pauldreik pauldreik merged commit 16305c1 into master Jan 10, 2026
108 checks passed
@pauldreik pauldreik deleted the override branch January 10, 2026 06:10
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.

Make sure that we consistently use the C++11 override keyword

3 participants