[PATCH] D37846: [clang-tidy] Fixed misc-unused-parameters omitting parameters square brackets

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 14 05:03:58 PDT 2017


alexfh added a comment.

Once we got that far, could you also ensure this works for function pointer arguments (e.g. `void f(void (*fn)()) {}`)?


Repository:
  rL LLVM

https://reviews.llvm.org/D37846





More information about the cfe-commits mailing list