[PATCH] D7639: Add readability-redundant-void-arg check to clang-tidy
Richard via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 18 22:04:55 PDT 2015
LegalizeAdulthood added a comment.
In http://reviews.llvm.org/D7639#266332, @Eugene.Zelenko wrote:
> What is preventing to add this check to Clang-tidy? Just found another piece of fresh C++ code in LLDB with (void) as argument list...
To be honest, I don't know. This review had taken SOOOOOOOOO long to get approved. At this point, the code is correct and I'd really like to get it committed and available for use instead of fussing with it any longer.
http://reviews.llvm.org/D7639
More information about the cfe-commits
mailing list