[PATCH] Add readability-redundant-void-arg check to clang-tidy
Gábor Horváth
xazax.hun at gmail.com
Thu Jun 25 07:41:34 PDT 2015
I think there are valid use cases for this checker. There are several C++ codebases that was converted from C, and half of the codebase contains the void keywords in the argument list half of them is not. Making such codebases consistent is a good thing. It makes it easier to grep for a function for instance.
http://reviews.llvm.org/D7639
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list