[PATCH] D17926: [clang-tidy] Don't delete unused parameter in class override method in anonymous namespace.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 31 01:21:17 PDT 2016


hokein marked an inline comment as done.

================
Comment at: clang-tidy/misc/UnusedParametersCheck.cpp:74
@@ -66,3 +73,3 @@
   auto UsedByRef = [&] {
     return !ast_matchers::match(
                 decl(hasDescendant(
----------------
Done. I also removed this lambda function. 


http://reviews.llvm.org/D17926





More information about the cfe-commits mailing list