[PATCH] D16786: [Clang-tidy] Make modernize-redundant-void-arg working with included files

Richard via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 3 16:12:06 PST 2016


LegalizeAdulthood added a comment.

I am already working on fixing this bug (isn't PR25894 <https://llvm.org/bugs/show_bug.cgi?id=25894> already assigned to me?), but what's missing from this patch is an automated test that proves it works.

In order to write such an automated test, I believe some enhancements are needed to the `check_clang_tidy.py` script before such a test can be written.


Repository:
  rL LLVM

http://reviews.llvm.org/D16786





More information about the cfe-commits mailing list