Skip to content

Comments

refactor: Remove redundant void parameter from function declarations#2345

Open
bobtista wants to merge 3 commits intoTheSuperHackers:mainfrom
bobtista:bobtista/clang-tidy-modernize-redundant-void-arg
Open

refactor: Remove redundant void parameter from function declarations#2345
bobtista wants to merge 3 commits intoTheSuperHackers:mainfrom
bobtista:bobtista/clang-tidy-modernize-redundant-void-arg

Conversation

@bobtista
Copy link

@bobtista bobtista commented Feb 24, 2026

Summary

  • Remove redundant void parameter from function declarations and definitions, e.g. f(void)f()
  • Applied using clang-tidy modernize-redundant-void-arg check across the full codebase (excluding Tools)

@greptile-apps
Copy link

greptile-apps bot commented Feb 24, 2026

Too many files changed for review. (1939 files found, 500 file limit)

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.

1 participant