[PATCH] D52135: [Clang-Tidy: modernize] Fix for modernize-redundant-void-arg: complains about variable cast to void

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 15 07:28:53 PDT 2018


lebedev.ri added a comment.

This looks weird.
It will now completely skip all the explicitly instantiated functions, no?
I'd think the problem that needs to be fixed is that it considers the local variable `int a_template;` to be in the function argument list.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52135





More information about the cfe-commits mailing list