Skip to content

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Nov 18, 2024

Also some unnecessary member initialisers.

run-clang-tidy -p _build -fix \
  $(find . -name "*.h" -or -name "*.cpp" -or -name "*.c" | grep -v "/_build/") \
  -checks="-*,readability-redundant-member-init"

This change is Reviewable

Also some unnecessary member initialisers.

```sh
run-clang-tidy -p _build -fix \
  $(find . -name "*.h" -or -name "*.cpp" -or -name "*.c" | grep -v "/_build/") \
  -checks="-*,readability-redundant-member-init"
```
@iphydf iphydf added this to the v1.18.0 milestone Nov 18, 2024
@github-actions github-actions bot added the cleanup Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature. label Nov 18, 2024
@iphydf iphydf modified the milestones: v1.18.0, v1.18.x, v1.18.1 Nov 18, 2024
@iphydf iphydf modified the milestones: v1.18.1, v1.18.x Jan 1, 2025
@iphydf iphydf marked this pull request as draft January 23, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.

Development

Successfully merging this pull request may close these issues.

1 participant