alexfh accepted this revision. alexfh added a comment. This revision is now accepted and ready to land.
Thank you for the fix! LG with one nit. ================ Comment at: test/clang-tidy/misc-unused-parameters.cpp:73 +// CHECK-FIXES: staticFunctionE(); + staticFunctionF(1); +// CHECK-FIXES: staticFunctionF(); ---------------- Please add an invocation of `staticFunctionF` without parameters. Repository: rL LLVM https://reviews.llvm.org/D37566 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits